Skip to content

Commit

Permalink
Extra parens
Browse files Browse the repository at this point in the history
  • Loading branch information
YvetteWhiteUSDS authored Nov 12, 2024
1 parent 2abd140 commit 03bb1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: deploy-to-cloudgov-sandbox
run: |
SVC_ACCT_SECRET=${{ github.event.inputs.service-acct-password }}
echo "::add-mask::${SVC_ACCT_SECRET}}"
echo "::add-mask::${SVC_ACCT_SECRET}"
echo SVC_ACCT_SECRET=$SVC_ACCT_SECRET >> $GITHUB_OUTPUT
./cf login -a api.fr.cloud.gov -u ${{ github.event.inputs.service-acct-username }} -p $SVC_ACCT_SECRET
./cf push

0 comments on commit 03bb1a4

Please sign in to comment.