Unverified Commit af2fcb75 by Jaume Martin Committed by GitHub

Update main.yml

parent 911ac183
...@@ -24,18 +24,14 @@ jobs: ...@@ -24,18 +24,14 @@ jobs:
run: "./index_gen.sh" run: "./index_gen.sh"
shell: bash shell: bash
- name: Add new indexes to the working tree
run: git add *.yar
shell: bash
- name: Add & Commit - name: Add & Commit
uses: github-actions-x/commit@v2.4 uses: github-actions-x/commit@v2.4
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }}
push-branch: ${{ github.head_ref }}
commit-message: 'Index updated' commit-message: 'Index updated'
name: ${{ secrects.GH_USER }} name: ${{ secrects.GH_USER }}
email: ${{ secrects.GH_EMAIL }} email: ${{ secrects.GH_EMAIL }}
push-branch: ${{ github.head_ref }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Push - name: Push
uses: ad-m/github-push-action@v0.5.0 uses: ad-m/github-push-action@v0.5.0
......
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