Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Howe <[email protected]>
  • Loading branch information
bmhowe23 committed Feb 5, 2025
1 parent 867145c commit 76562c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
- name:
id: get-cudaq-version-short
run:
echo shortref=$(echo ${{ steps.get-cudaq-version.outputs.ref }} | head -c8) >> $GITHUB_OUTPUT
echo commit_date=$(curl -s https://api.github.com/repos/NVIDIA/cuda-quantum/commits/${{ steps.get-cudaq-version.outputs.ref }} | jq -r '.commit.committer.date' | cut -dT -f1)
echo "shortref=$(echo ${{ steps.get-cudaq-version.outputs.ref }} | head -c8)" >> $GITHUB_OUTPUT
echo "commit_date=$(curl -s https://api.github.com/repos/NVIDIA/cuda-quantum/commits/${{ steps.get-cudaq-version.outputs.ref }} | jq -r '.commit.committer.date' | cut -dT -f1)" >> $GITHUB_OUTPUT

- name: Set up context for buildx
run: |
Expand Down

0 comments on commit 76562c4

Please sign in to comment.