Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Update release-helm.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Wiedemann authored Jul 5, 2024
1 parent 610174f commit e40235a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
${{ steps.pr.outputs.labels }}
END
)
echo $LABELS
echo "Run with labels"
echo "$LABELS"
IFS='\n' read -ra LABEL <<< "$LABELS"
for i in "${LABEL[@]}"; do
echo $i
Expand Down

0 comments on commit e40235a

Please sign in to comment.