diff --git a/.github/workflows/pr_opened.yml b/.github/workflows/pr_opened.yml index ae4103327..ae66ec00f 100644 --- a/.github/workflows/pr_opened.yml +++ b/.github/workflows/pr_opened.yml @@ -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"