Skip to content

Commit

Permalink
remove arg
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulMelody committed Jun 30, 2024
1 parent 38614c8 commit fc090d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
git fetch origin main
git merge-base origin/main HEAD
REGEXP="^libresvip/.*\.po$"
DIFF_OUTPUT=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep "$REGEXP")
DIFF_OUTPUT=$(git diff --name-only ${{ github.event.before }} | grep "$REGEXP")
PO_CHANGED_COUNT=$(echo $DIFF_OUTPUT | wc -l)
PO_CHANGED=$([[ PO_CHANGED_COUNT -gt 0 ]] && echo "true" || echo "false")
Expand Down

0 comments on commit fc090d9

Please sign in to comment.