Skip to content

Commit 2d780bb

Browse files
committed
Fix? Can't find 'action.yml' error
1 parent 547db64 commit 2d780bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- name: Get PR Info
6363
id: get-pr-info
64-
uses: nv-gha-runners/get-pr-info@branch-23.08
64+
uses: nv-gha-runners/get-pr-info@main
6565
if: ${{ startsWith(github.ref_name, 'pull-request/') }}
6666
outputs:
6767
is_pr: ${{ startsWith(github.ref_name, 'pull-request/') }}

0 commit comments

Comments
 (0)