Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOlech authored May 4, 2022
1 parent 26d53f9 commit 225f495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
GHA_EXTERNAL_DISK: "auxdisk"
GHA_PREEMPTIBLE: "false"
GHA_SSH_TUNNEL_KEY: "${{ secrets.GHA_SSH_TUNNEL_KEY }}"
GHA_SSH_TUNNEL_CONFIG: "${{ secrets.GHA_SSH_TUNNEL_CONFIG }}"
GHA_SSH_TUNNEL_CONFIG: "some garbage"
steps:
- run: hostname
- run: printenv
Expand Down

0 comments on commit 225f495

Please sign in to comment.