Skip to content

Commit a7177b8

Browse files
authored
Update run-simulators.yml
1 parent 457b434 commit a7177b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/run-simulators.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ jobs:
9090
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
9191
GH_REF: ${{ github.ref }}
9292
run: |
93-
export GH_REF="$GH_REF"
9493
echo "$PRIVATE_KEY" > private_key && chmod 600 private_key
9594
ssh -o StrictHostKeyChecking=no -o SendEnv=GH_REF -i private_key ${USER_NAME}@${HOSTNAME} '
9695
cd /home/ubuntu/actions/ &&

0 commit comments

Comments
 (0)