Unverified Commit f6b47623 by Jaume Martin Committed by GitHub

Update main.yml

parent 2dcfa72f
...@@ -28,9 +28,16 @@ jobs: ...@@ -28,9 +28,16 @@ jobs:
run: git add *.yar run: git add *.yar
shell: bash shell: bash
- name: push - name: Add & Commit
uses: github-actions-x/commit@v2.4 uses: github-actions-x/commit@v2.4
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
push-branch: ${{ github.head_ref }} push-branch: ${{ github.head_ref }}
commit-message: 'Index updated' commit-message: 'Index updated'
- name: Push
uses: ad-m/github-push-action@v0.5.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository: ${GITHUB_REPOSITORY}
branch: ${{ github.head_ref }}
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