Skip to content

Commit

Permalink
chore: Fix pr-comment action invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Sep 17, 2024
1 parent cff9775 commit 52ee897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/run-script/scripts/fod-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fi

if doPRComment; then
run "PR_COMMENT" "${FCLI_CMD}" fod action run "${PR_COMMENT_ACTION:-github-pr-comment}" \
--av "${SSC_APPVERSION}" __expand:PR_COMMENT_EXTRA_OPTS
--rel "${FOD_RELEASE}" __expand:PR_COMMENT_EXTRA_OPTS
fi

printRunSummary
Expand Down

0 comments on commit 52ee897

Please sign in to comment.