Skip to content

Commit

Permalink
fix cac path
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrek-janus committed Feb 13, 2024
1 parent d917024 commit 11bb867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/action-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

cac "$@" > /tmp/out
/app/cac "$@" > /tmp/out

# Merge the output into a single line so it can be used as github action output
content=$(awk '{printf "%s\\n", $0}' /tmp/out)
Expand Down

0 comments on commit 11bb867

Please sign in to comment.