Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilbouvier committed Mar 14, 2024
1 parent f4946a9 commit 117e016
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down

0 comments on commit 117e016

Please sign in to comment.