Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro committed Sep 21, 2023
1 parent 27e38df commit 0224156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
STATUS: ${{github.event.pull_request.head.repo.full_name != github.repository}}
steps:
- name: Save the PR number in an artifact
if: ${{ github.event == 'pull_request' }}
if: ${{ github.event_name == 'pull_request' }}
shell: bash
env:
PULL_REQUEST_NUMBER: ${{ github.event.number }}
run: echo $PULL_REQUEST_NUMBER > pull_request_number.txt

- name: Upload the PULL REQUEST number
if: ${{ github.event == 'pull_request' }}
if: ${{ github.event_name == 'pull_request' }}
uses: actions/upload-artifact@v2
with:
name: pull_request_number
Expand Down

0 comments on commit 0224156

Please sign in to comment.