Skip to content

Commit

Permalink
trim tag
Browse files Browse the repository at this point in the history
  • Loading branch information
twobiers committed Jul 25, 2024
1 parent 57e93a5 commit 4d81a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
env:
INPUT_TAGS: ${{ steps.meta.outputs.tags }}
run: |
first=$(echo "$INPUT_TAGS" | cut -d',' -f1)
first=$(echo "$INPUT_TAGS" | cut -d',' -f1 | xargs)
echo "first=$first" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 4d81a4d

Please sign in to comment.