add wf
This commit is contained in:
commit
bd50674c53
|
|
@ -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