Skip to content

Commit

Permalink
Update srcinfo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored May 3, 2024
1 parent 56bce9f commit 31ba876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/srcinfo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run
run: |
for i in $(git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }} | grep -E '^packages/[^/]+/[^/]+\.pacscript$'); do
for i in $(git diff --name-only HEAD~1 | grep -E '^packages/[^/]+/[^/]+\.pacscript$'); do
./srcinfo.sh "$i" | tee ${i%/*.pacscript}/.SRCINFO > /dev/null
done
rm ./srcinfo.sh
Expand Down

0 comments on commit 31ba876

Please sign in to comment.