Skip to content

Commit

Permalink
ci: outputs branch
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Jan 8, 2025
1 parent 274e4b9 commit 1785fd6
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 @@ -51,6 +51,7 @@ jobs:
id: get_changed_files
run: |
git log -10
git branch
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
Expand Down

0 comments on commit 1785fd6

Please sign in to comment.