Skip to content

Commit

Permalink
ci: git diff ouputs nothing?
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Jan 8, 2025
1 parent e7b29c9 commit 274e4b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upload-merged-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
run: |
git log -10
CHANGED_FILES=$(git diff --name-only ${{ github.sha }} | jq -R -s -c 'split("\n")[:-1] | map({path: .})')
git diff --name-only ${{ github.sha }}
echo "CHANGED_FILES=$CHANGED_FILES" >> $GITHUB_ENV
echo "CHANGED_FILES=$CHANGED_FILES"
Expand Down

0 comments on commit 274e4b9

Please sign in to comment.