We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10b52d commit 3a5820bCopy full SHA for 3a5820b
.github/workflows/deploy.yml
@@ -321,7 +321,7 @@ jobs:
321
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
322
GITHUB_SHA: ${{ github.sha }}
323
GITHUB_REPO: ${{ github.repository }}
324
- - name: Revoke Runner IP from AWS Security Group
+ - name: Revoke Runner IP from AWS Security Group
325
if: always()
326
run: |
327
aws ec2 revoke-security-group-ingress \
0 commit comments