Skip to content

Commit 6899add

Browse files
committed
Workflows - Fixed indent
1 parent e625391 commit 6899add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
MFA_CODE: ${{ env.MFA_CODE }}
126126
APIGEE_OAUTH_TOKEN: ${{ secrets.APIGEE_OAUTH_TOKEN }}
127127
OTP_SECRET: ${{ secrets.APIGEE_OTP_KEY }}
128-
run: |
128+
run: |
129129
CODE=$(oathtool --totp -b "$OTP_SECRET")
130130
echo "::add-mask::$CODE"
131131

0 commit comments

Comments
 (0)