Skip to content

Commit 3a5820b

Browse files
committed
Fix issue with alignment
1 parent d10b52d commit 3a5820b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ jobs:
321321
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
322322
GITHUB_SHA: ${{ github.sha }}
323323
GITHUB_REPO: ${{ github.repository }}
324-
- name: Revoke Runner IP from AWS Security Group
324+
- name: Revoke Runner IP from AWS Security Group
325325
if: always()
326326
run: |
327327
aws ec2 revoke-security-group-ingress \

0 commit comments

Comments
 (0)