Skip to content

Commit 2db46d1

Browse files
committed
update order of condition check for github action
1 parent baa7a8e commit 2db46d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/semantic-lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
if: github.repository == 'ekristen/aws-nuke'
1717
runs-on: ubuntu-latest
1818
steps:
19+
- name: Print debug information
20+
run: echo "Repository: ${{ github.repository }}"
1921
- uses: amannn/action-semantic-pull-request@v5
2022
env:
2123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)