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.
2 parents a27790b + 6fe6221 commit f2b6f6cCopy full SHA for f2b6f6c
.github/workflows/deploy-preview.yml
@@ -112,7 +112,7 @@ jobs:
112
- name: Find associated pull request
113
# if: "!${{ steps.number.output.pr-number }}"
114
id: pr
115
- uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
+ uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
116
with:
117
script: |
118
const response = await github.rest.search.issuesAndPullRequests({
0 commit comments