diff --git a/.github/workflows/test-actions.yml b/.github/workflows/test-actions.yml index 179c690..45298d3 100644 --- a/.github/workflows/test-actions.yml +++ b/.github/workflows/test-actions.yml @@ -8,7 +8,8 @@ jobs: run: echo "Hello World from Github!" self-hosted: runs-on: self-hosted - container: debian:latest + container: + image: debian:latest steps: - name: my-step run: echo "Hello World from self hosted!"