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 f9849e5 commit 58259ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/workflow-issue-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ jobs:
path: github-workflows

- name: Extract issue number
env:
GITHUB_EVENT_NAME: ${{ github.event_name }}
GITHUB_EVENT_ACTION: ${{ github.event.action }}
GITHUB_ISSUE_NUMBER: ${{ github.event.issue.number }}
GITHUB_HEAD_REF: ${{ github.event.pull_request.head.ref }}
run: |
ISSUE_NUMBER=""
Expand All @@ -72,6 +67,11 @@ jobs:
echo "Issue number '$ISSUE_NUMBER'"
echo "ISSUE_NUMBER=$ISSUE_NUMBER" >> $GITHUB_ENV
fi
env:
GITHUB_EVENT_NAME: ${{ github.event_name }}
GITHUB_EVENT_ACTION: ${{ github.event.action }}
GITHUB_ISSUE_NUMBER: ${{ github.event.issue.number }}
GITHUB_HEAD_REF: ${{ github.event.pull_request.head.ref }}

- name: Fetch issue project(s) information(s)
if: ${{ env.ISSUE_NUMBER != '' }}
Expand Down

0 comments on commit 58259ec

Please sign in to comment.