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 aa0648d commit 97f4d80Copy full SHA for 97f4d80
.github/workflows/semantic-lint.yml
@@ -14,7 +14,7 @@ permissions:
14
jobs:
15
semantic-lint:
16
runs-on: ubuntu-latest
17
- if: github.repository == 'ekristen/aws-nuke'
+ if: ${{ github.repository == 'ekristen/aws-nuke' }}
18
steps:
19
- uses: amannn/action-semantic-pull-request@v5
20
env:
0 commit comments