Skip to content

Commit

Permalink
chore: change environment variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Sep 26, 2023
1 parent 13d84f8 commit d0472a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
sc-client: action-default
- uses: fortify-ps/github-action/run@main
with:
cmd: '"${SC_CLIENT_CMD}" package ${PACKAGE_OPTS} -o package.zip'
cmd: '"${SC_CLIENT_CMD}" package ${EXTRA_PACKAGE_OPTS} -o package.zip'
branding:
icon: 'shield'
color: 'blue'
Expand Down

0 comments on commit d0472a2

Please sign in to comment.