Skip to content

Commit 8cd7bf3

Browse files
committed
update syntax for github action
1 parent d14c69b commit 8cd7bf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/commit-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
commit-lint:
16-
if: github.repository == 'ekristen/aws-nuke'
16+
if: ${{ github.repository == 'ekristen/aws-nuke' }}
1717
name: commit-lint
1818
runs-on: ubuntu-latest
1919
steps:

.github/workflows/semantic-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
semantic-lint:
16-
if: github.repository == 'ekristen/aws-nuke'
16+
if: ${{ github.repository == 'ekristen/aws-nuke' }}
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: amannn/action-semantic-pull-request@v5

0 commit comments

Comments
 (0)