Skip to content

Commit

Permalink
issue #168: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Nov 26, 2024
1 parent eb2f919 commit 6fd5fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-issue-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Extract issue number
run: |
ISSUE_NUMBER = ""
ISSUE_NUMBER=""
if [ "${{ github.event_name }}" == "issues" ] && [ "${{ github.event.action }}" == "opened" ]; then
ISSUE_NUMBER="${{ github.event.issue.number }}"
elif [ "${{ github.event_name }}" == "pull_request" ]; then
Expand Down

0 comments on commit 6fd5fb8

Please sign in to comment.