add wf
commit
c8f18da939
@ -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