Skip to content

Commit b27fe18

Browse files
committed
update syntax for github action
1 parent b6cb43a commit b27fe18

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
@@ -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)