Skip to content

Commit 97f4d80

Browse files
committed
update order of condition check for github action
1 parent aa0648d commit 97f4d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semantic-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
jobs:
1515
semantic-lint:
1616
runs-on: ubuntu-latest
17-
if: github.repository == 'ekristen/aws-nuke'
17+
if: ${{ github.repository == 'ekristen/aws-nuke' }}
1818
steps:
1919
- uses: amannn/action-semantic-pull-request@v5
2020
env:

0 commit comments

Comments
 (0)