Skip to content

Commit ce732e0

Browse files
committed
update syntax for github action
1 parent c827bbb commit ce732e0

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