Skip to content

Commit

Permalink
Merge branch 'main' into pr-test-build-cudaq-wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhowe23 committed Jan 15, 2025
2 parents d2b7b78 + 07230dc commit 37f47d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/get-cudaq-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ runs:
.cudaq_version
run: |
hash=${{ hashFiles(format('{0}', env.to_hash)) }}
echo "main=cudaq-${{ matrix.platform }}-${{ inputs.ref }}-$hash" >> $GITHUB_OUTPUT
echo "main=cudaq-${{ inputs.platform }}-${{ inputs.ref }}-$hash" >> $GITHUB_OUTPUT
if [[ -n "${{ inputs.pr-number }}" ]]; then
echo "pr=-pr${{ inputs.pr-number }}" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 37f47d4

Please sign in to comment.