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 fe64001 commit 8d1462fCopy full SHA for 8d1462f
.github/workflows/commit-lint.yaml
@@ -17,6 +17,6 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v4
20
- if: ${{ github.repository == 'ekristen/aws-nuke' }}
+ if: github.repository == 'ekristen/aws-nuke'
21
- uses: wagoid/commitlint-github-action@v6
22
.github/workflows/semantic-lint.yml
@@ -16,6 +16,6 @@ jobs:
16
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments