Skip to content

Commit

Permalink
Fix? Can't find 'action.yml' error
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Sep 18, 2024
1 parent 547db64 commit 2d780bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
steps:
- name: Get PR Info
id: get-pr-info
uses: nv-gha-runners/get-pr-info@branch-23.08
uses: nv-gha-runners/get-pr-info@main
if: ${{ startsWith(github.ref_name, 'pull-request/') }}
outputs:
is_pr: ${{ startsWith(github.ref_name, 'pull-request/') }}
Expand Down

0 comments on commit 2d780bb

Please sign in to comment.