add wf
This commit is contained in:
commit
2a0c51ed91
|
|
@ -0,0 +1,7 @@
|
|||
name: probe
|
||||
on: [push]
|
||||
jobs:
|
||||
probe:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo PROBE_OK $(id) $(hostname)
|
||||
Loading…
Reference in New Issue