We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa7a8e commit 2db46d1Copy full SHA for 2db46d1
.github/workflows/semantic-lint.yml
@@ -16,6 +16,8 @@ jobs:
16
if: github.repository == 'ekristen/aws-nuke'
17
runs-on: ubuntu-latest
18
steps:
19
+ - name: Print debug information
20
+ run: echo "Repository: ${{ github.repository }}"
21
- uses: amannn/action-semantic-pull-request@v5
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments