Skip to content

Commit

Permalink
use the output
Browse files Browse the repository at this point in the history
  • Loading branch information
surchs authored Oct 11, 2023
1 parent ee1b128 commit 7a01b71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rw_process_repo_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.LAB_PAT }}
outputs:
pr_urls: ${{ steps.missing.outcome }}
pr_urls: ${{ steps.repo_pr.outputs.urls }}
steps:
- name: list repo prs
id: repo_pr
Expand All @@ -33,7 +33,7 @@ jobs:
}
}
' | jq -r -c '[.data.repository.pullRequests.edges[].node.url]')
echo "repo_pr=${repo_pr}" >> $GITHUB_OUTPUT
echo "urls=${repo_pr}" >> $GITHUB_OUTPUT
process_pr:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7a01b71

Please sign in to comment.