parent
d358e22f09
commit
261e0062a1
|
@ -29,7 +29,7 @@ jobs:
|
||||||
- uses: projectdiscovery/actions/commit@v1
|
- uses: projectdiscovery/actions/commit@v1
|
||||||
with:
|
with:
|
||||||
files: '${{ env.NEW_ADDITION_FILE }}'
|
files: '${{ env.NEW_ADDITION_FILE }}'
|
||||||
commit: 'chore: generate new addition list 🤖'
|
message: 'chore: generate new addition list 🤖'
|
||||||
- run: git push origin $GITHUB_REF
|
- run: git push origin $GITHUB_REF
|
||||||
|
|
||||||
sync:
|
sync:
|
||||||
|
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
- uses: projectdiscovery/actions/commit@v1
|
- uses: projectdiscovery/actions/commit@v1
|
||||||
with:
|
with:
|
||||||
files: '${{ env.CHECKSUM_FILE }}'
|
files: '${{ env.CHECKSUM_FILE }}'
|
||||||
commit: 'chore: generate templates checksum 🤖'
|
message: 'chore: generate templates checksum 🤖'
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
run: |
|
run: |
|
||||||
git pull --rebase
|
git pull --rebase
|
||||||
|
|
Loading…
Reference in New Issue