Unverified Commit 8001d704 by Jaume Martin Committed by GitHub

Update main.yml

parent af2fcb75
...@@ -28,8 +28,8 @@ jobs: ...@@ -28,8 +28,8 @@ jobs:
uses: github-actions-x/commit@v2.4 uses: github-actions-x/commit@v2.4
with: with:
commit-message: 'Index updated' commit-message: 'Index updated'
name: ${{ secrects.GH_USER }} name: '${{ secrets.GH_USER }}'
email: ${{ secrects.GH_EMAIL }} email: '${{ secrets.GH_EMAIL }}'
push-branch: ${{ github.head_ref }} push-branch: ${{ github.head_ref }}
github-token: ${{ secrets.GITHUB_TOKEN }} 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