Skip to content

Commit

Permalink
Fix export GH_REF
Browse files Browse the repository at this point in the history
  • Loading branch information
lola831 authored Jan 16, 2025
1 parent 45f2e32 commit cccd942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-simulators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
GH_REF: ${{ github.ref }}
run: |
echo "$PRIVATE_KEY" > private_key && chmod 600 private_key
export GH_REF="${GH_REF}"
export GH_REF="$GH_REF"
ssh -o StrictHostKeyChecking=no -o SendEnv=GH_REF -i private_key ${USER_NAME}@${HOSTNAME} '
cd /home/ubuntu/actions/ &&
rm -rf Scenic &&
Expand Down

0 comments on commit cccd942

Please sign in to comment.