Skip to content

Commit

Permalink
adjust bugsy -b flag renamed to --ref (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mobbjon authored Jul 27, 2023
1 parent 998d003 commit 7e7a72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
REPO=$(git remote get-url origin)
REPO=${REPO%".git"}
BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
OUT=$(npx --yes mobbdev@latest analyze --ci -r $REPO -b $BRANCH --api-key ${{ inputs.api-key }} -f ${{ inputs.report-file }})
OUT=$(npx --yes mobbdev@latest analyze --ci -r $REPO --ref $BRANCH --api-key ${{ inputs.api-key }} -f ${{ inputs.report-file }})
RETVAL=$?
if [ $RETVAL -ne 0 ]; then
exit $RETVAL
Expand Down

0 comments on commit 7e7a72f

Please # to comment.