Skip to content

Commit

Permalink
update 38 workflow 4
Browse files Browse the repository at this point in the history
Signed-off-by: GuillaumeFalourd <[email protected]>
  • Loading branch information
GuillaumeFalourd committed Nov 24, 2021
1 parent 32baad9 commit ba9ccbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/38-get-pr-number-on-push-event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
run: echo "::set-output name=pull_request_number::$(gh pr view --json number -q .number || echo "")"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: echo "${{ steps.pr.outputs.pull_request_number }}"
- run: echo ${{ steps.pr.outputs.pull_request_number }}

pull-request:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' }}
steps:
- run: echo "${{ github.event.number }}""
- run: echo ${{ github.event.number }}

0 comments on commit ba9ccbc

Please sign in to comment.