Skip to content

Commit 8d1462f

Browse files
committed
update syntax for github action
1 parent fe64001 commit 8d1462f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/commit-lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20-
if: ${{ github.repository == 'ekristen/aws-nuke' }}
20+
if: github.repository == 'ekristen/aws-nuke'
2121
- uses: wagoid/commitlint-github-action@v6
22-
if: ${{ github.repository == 'ekristen/aws-nuke' }}
22+
if: github.repository == 'ekristen/aws-nuke'

.github/workflows/semantic-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: amannn/action-semantic-pull-request@v5
19-
if: ${{ github.repository == 'ekristen/aws-nuke' }}
19+
if: github.repository == 'ekristen/aws-nuke'
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)