We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547db64 commit 2d780bbCopy full SHA for 2d780bb
.github/workflows/pr.yaml
@@ -61,7 +61,7 @@ jobs:
61
steps:
62
- name: Get PR Info
63
id: get-pr-info
64
- uses: nv-gha-runners/get-pr-info@branch-23.08
+ uses: nv-gha-runners/get-pr-info@main
65
if: ${{ startsWith(github.ref_name, 'pull-request/') }}
66
outputs:
67
is_pr: ${{ startsWith(github.ref_name, 'pull-request/') }}
0 commit comments