Skip to content

Commit

Permalink
Update rw_process_repo_pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
surchs authored Oct 11, 2023
1 parent b328412 commit 32636a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rw_process_repo_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
}
' | jq -r -c '[.data.repository.pullRequests.edges[].node.url]')
echo "urls=${repo_pr}" >> $GITHUB_OUTPUT
- name: debug_step
run: |
echo "I got from my friend" ${{ steps.repro_pr.outputs }}
debug_pr:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 32636a5

Please sign in to comment.