Unverified Commit 1a5774be by Jaume Martin Committed by GitHub

Update main.yml

parent cfa88772
...@@ -24,11 +24,10 @@ jobs: ...@@ -24,11 +24,10 @@ jobs:
run: "./index_gen.sh" run: "./index_gen.sh"
shell: bash shell: bash
- name: push
- uses: stefanzweifel/git-auto-commit-action@v2.5.0 uses: github-actions-x/commit@v2.4
with: with:
commit_message: Index updated github-token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.head_ref }} push-branch: ${{ github.head_ref }}
file_pattern:: \*.yar commit-message: 'Index updated'
env: files: \*.yar
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment