Skip to content

Commit

Permalink
psl-update: Avoid changes being committed
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Jul 24, 2022
1 parent 013e6d1 commit bf4d0f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/psl-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:

- name: Setup Pull Request
run: |
echo "vendor" >> .gitignore
touch ~/.gitignore_global
echo "vendor" >> .gitignore_global
git config --global core.excludesfile ~/.gitignore_global
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
Expand Down

0 comments on commit bf4d0f8

Please sign in to comment.