We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9d0c3 commit c9f91f9Copy full SHA for c9f91f9
.github/workflows/deploy-preview.yml
@@ -100,8 +100,8 @@ jobs:
100
outputs:
101
number: ${{ steps.pr.outputs.result || steps.number.outputs.pr-number || github.event.inputs.prNumber }}
102
steps:
103
- - run: echo '${{ toJSON(github.event) }}'
104
- name: "debug workflow_run event"
+ # - run: echo '${{ toJSON(github.event) }}'
+ # name: "debug workflow_run event"
105
- run: echo "${{ github.event.number }}"
106
name: 'debug github.event.number'
107
# When PR comes from a fork,
0 commit comments