Skip to content

Commit

Permalink
fix: Switch to text output
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Apr 11, 2024
1 parent 3e5caf5 commit 47d9d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
{
echo 'labels<<EOF'
cat build/labels.txt.mo | ./mo | sed -re "s/^/ /gm"
cat build/labels.txt.mo | ./mo | sed -re "s/^/ /gm" # Add whitespace to insert it as annotations
echo EOF
} >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 47d9d06

Please sign in to comment.