Skip to content

Commit

Permalink
Next attempt to fix GH_REF handling in git clone command
Browse files Browse the repository at this point in the history
  • Loading branch information
lola831 authored Jan 14, 2025
1 parent 16f2ae2 commit c64ecaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/run-simulators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ jobs:
echo "GitHub Ref inside SSH: $GH_REF"
echo "Cloning branch: $(basename "$GH_REF")"
echo "With: ${GH_REF}"
echo "With double: ${{GH_REF}}"
cd /home/ubuntu/actions/ &&
rm -rf Scenic &&
git clone --branch $(basename "$GH_REF") --single-branch https://[email protected]/BerkeleyLearnVerify/Scenic.git &&
Expand Down

0 comments on commit c64ecaf

Please sign in to comment.