Skip to content

Commit

Permalink
add with: vars back in
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Dec 4, 2023
1 parent e86adf8 commit 13c1547
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@ jobs:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
build_type: pull-request
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
sha: ${{ inputs.sha }}
date: ${{ inputs.date }}
package-name: pynvjitlink

0 comments on commit 13c1547

Please sign in to comment.