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