We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8fc1f commit 560440aCopy full SHA for 560440a
.github/workflows/deploy-preview.yml
@@ -90,7 +90,7 @@ jobs:
90
outputs:
91
number: ${{ steps.number.outputs.pr-number }}
92
steps:
93
- - run: echo "${{ toJSON(github.event.workflow_run) }}"
+ # - run: echo "${{ toJSON(github.event.workflow_run) }}"
94
- run: echo "${{ github.event.workflow_run.pull_requests[0].number }}"
95
id: number
96
0 commit comments