Skip to content

Commit

Permalink
Fix PR issue check
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Dec 22, 2023
1 parent c55443c commit b98c7ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Check issue
id: issue
run: |
sleep 10
echo url=$(scripts/pr.py show ${{ github.event.pull_request.number }} --json \
| jq -r .issue.url) >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit b98c7ab

Please sign in to comment.