We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f2d8b commit e07291fCopy full SHA for e07291f
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
bin/dockerized --shell $COMMAND -c 'echo $HOST_HOSTNAME' | tee ~/shell.log
28
grep $(hostname) ~/shell.log
29
IntegrationTest:
30
- runson: ubuntu-latest
+ runs-on: ubuntu-latest
31
steps:
32
- uses: actions/setup-go@v2
33
with:
0 commit comments