Merge pull request #10654 from projectdiscovery/dwisiswant0/ci/new-templates/rm-pull-cmd
ci(new-templates): rm `git pull` commandpatch-11
commit
c31dce6f3b
|
@ -22,9 +22,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Generate new addition list
|
- name: Generate new addition list
|
||||||
run: |
|
run: git diff --name-only --diff-filter=A $(git tag | tail -n 1) @ . | grep -v "^\.github/" | grep "\.yaml$" | tee $NEW_ADDITION_FILE
|
||||||
git pull
|
|
||||||
git diff --name-only --diff-filter=A $(git tag | tail -n 1) @ . | grep -v "^\.github/" | grep "\.yaml$" | tee $NEW_ADDITION_FILE
|
|
||||||
- uses: projectdiscovery/actions/setup/git@v1
|
- uses: projectdiscovery/actions/setup/git@v1
|
||||||
- uses: projectdiscovery/actions/commit@v1
|
- uses: projectdiscovery/actions/commit@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue