Skip to content

Commit

Permalink
fix: remove erroneous quotes around $RELATIVE
Browse files Browse the repository at this point in the history
  • Loading branch information
boukeas committed Dec 10, 2024
1 parent 750fe0b commit 8b46361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/submit/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ runs:
if [ -n "$RELATIVE_TO" ]; then
RELATIVE="--attachments-relative-to $RELATIVE_TO"
fi
JOB_ID=$(testflinger --server $SERVER submit --quiet "$RELATIVE" "$JOB")
JOB_ID=$(testflinger --server $SERVER submit --quiet $RELATIVE "$JOB")
echo "id=$JOB_ID" >> $GITHUB_OUTPUT
echo "::endgroup::"
echo "::notice::Submitted job $JOB_ID"
Expand Down

0 comments on commit 8b46361

Please sign in to comment.