Skip to content

Commit

Permalink
Update run-simulators.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lola831 authored Jan 21, 2025
1 parent 457b434 commit a7177b8
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 @@ -90,7 +90,6 @@ jobs:
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
GH_REF: ${{ github.ref }}
run: |
export GH_REF="$GH_REF"
echo "$PRIVATE_KEY" > private_key && chmod 600 private_key
ssh -o StrictHostKeyChecking=no -o SendEnv=GH_REF -i private_key ${USER_NAME}@${HOSTNAME} '
cd /home/ubuntu/actions/ &&
Expand Down

0 comments on commit a7177b8

Please sign in to comment.