Skip to content

Commit afa27a3

Browse files
Update azure_infra.yml
bad indentation of a mapping entry (from line 14)
1 parent 8e4c2eb commit afa27a3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/azure_infra.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
steps:
1212

1313
- name: debug secrets
14-
run: |
15-
echo "${{ secrets.RG }}" | sed -r 's/(.)/\1 /g'
16-
echo "${{ secrets.ASP }}" | sed -r 's/(.)/\1 /g'
17-
echo "${{ secrets.WEBAPP }}" | sed -r 's/(.)/\1 /g'
18-
echo "${{ secrets.LOC }}" | sed -r 's/(.)/\1 /g'
19-
echo "${{ secrets.AZURE_CREDENTIALS }}" | sed -r 's/(.)/\1 /g'
14+
run: |
15+
echo "${{ secrets.RG }}" | sed -r 's/(.)/\1 /g'
16+
echo "${{ secrets.ASP }}" | sed -r 's/(.)/\1 /g'
17+
echo "${{ secrets.WEBAPP }}" | sed -r 's/(.)/\1 /g'
18+
echo "${{ secrets.LOC }}" | sed -r 's/(.)/\1 /g'
19+
echo "${{ secrets.AZURE_CREDENTIALS }}" | sed -r 's/(.)/\1 /g'
2020
2121
<TODO Azure Login Step>
2222

0 commit comments

Comments
 (0)