ci(new-templates): rm `git pull` command

Signed-off-by: Dwi Siswanto <git@dw1.io>
patch-11
Dwi Siswanto 2024-09-02 18:03:22 +07:00
parent f4251b06c1
commit 6f99e0c80f
No known key found for this signature in database
GPG Key ID: 278082FF7CEF3914
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: