Skip to content

Commit

Permalink
fix get-pr-info gha
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Sep 18, 2024
1 parent cc89f5f commit d97349a
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 @@ -58,7 +58,7 @@ jobs:
steps:
- name: Get PR Info
id: get-pr-info
uses: rapidsai/shared-action-workflows/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 d97349a

Please sign in to comment.