mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update test3.yml
This commit is contained in:
6
.github/workflows/test3.yml
vendored
6
.github/workflows/test3.yml
vendored
@@ -30,8 +30,8 @@ jobs:
|
||||
brew install hcloud
|
||||
|
||||
# generate machine
|
||||
#hcloud server create --name Runner --image ubuntu-22.04 --type cax11 --ssh-key TORRENT
|
||||
#sleep 30
|
||||
hcloud server create --name Runner --image ubuntu-22.04 --type cax11 --ssh-key TORRENT
|
||||
sleep 30
|
||||
hcloud server list
|
||||
|
||||
- name: Show machines
|
||||
@@ -54,4 +54,4 @@ jobs:
|
||||
gh api \
|
||||
-H "Accept: application/vnd.github+json" \
|
||||
-H "X-GitHub-Api-Version: 2022-11-28" \
|
||||
/repos/${{ github.repository_owner }}/os/actions/runners
|
||||
/repos/${{ github.repository_owner }}/os/actions/runners | jq -r '.runners[] | .id, .name' | xargs -n2 -d'\n' | sed -e 's/ /,/g'
|
||||
|
||||
Reference in New Issue
Block a user