Skip to content

Commit

Permalink
[patch] update debug script
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Edwards committed Oct 9, 2023
1 parent edc6fbe commit 41c7771
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/autolink_jira.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
autolink:
name: Test Data
steps:
run: echo ${{ github.event_name }}
run: |
echo ${ github.event_name }
# autolink:
# name: Add Jira Link to PR Title/Description
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 41c7771

Please sign in to comment.