woot, got actions working!
All checks were successful
Test action / Print hello world (push) Successful in 12s
All checks were successful
Test action / Print hello world (push) Successful in 12s
This commit is contained in:
parent
ba05f561e7
commit
3994f1fb98
2 changed files with 36 additions and 23 deletions
|
@ -9,7 +9,7 @@ on:
|
|||
jobs:
|
||||
hello:
|
||||
name: Print hello world
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: default
|
||||
steps:
|
||||
- name: Echo
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue