Merge pull request #10654 from projectdiscovery/dwisiswant0/ci/new-templates/rm-pull-cmd

ci(new-templates): rm `git pull` command
patch-11
Dhiyaneshwaran 2024-09-02 17:50:30 +05:30 committed by GitHub
commit c31dce6f3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -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: