Skip to content

Commit

Permalink
Fix typo in .github/workflows/update-cudaq-dep.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Howe <[email protected]>
  • Loading branch information
bmhowe23 committed Dec 21, 2024
1 parent 2a1ae81 commit ec80695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-cudaq-dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: check_change
run: |
CURRENT_SHA=$(jq -r '.cudaq.ref' .cudaq_version)
if [[ "${{ env.LATEST_SHA }}" == "$CURRENT_SHA" ]]; then
if [[ "${{ env.sha }}" == "$CURRENT_SHA" ]]; then
echo "No changes in SHA. Skipping PR creation."
echo "changed=false" >> $GITHUB_OUTPUT
else
Expand Down

0 comments on commit ec80695

Please sign in to comment.