Skip to content

Commit b98c7ab

Browse files
committed
Fix PR issue check
1 parent c55443c commit b98c7ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr_opened.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Check issue
3232
id: issue
3333
run: |
34+
sleep 10
3435
echo url=$(scripts/pr.py show ${{ github.event.pull_request.number }} --json \
3536
| jq -r .issue.url) >> "$GITHUB_OUTPUT"
3637

0 commit comments

Comments
 (0)