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:
|
||||
fetch-depth: 0
|
||||
- name: Generate new addition list
|
||||
run: |
|
||||
git pull
|
||||
git diff --name-only --diff-filter=A $(git tag | tail -n 1) @ . | grep -v "^\.github/" | grep "\.yaml$" | tee $NEW_ADDITION_FILE
|
||||
run: 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/commit@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue