mirror of
https://github.com/armbian/actions.git
synced 2026-01-06 10:36:19 -08:00
Update action.yml
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: "Runner prepare"
|
||||
name: "Power system for hardware testing"
|
||||
author: "Igor Pecovnik"
|
||||
description: "Cleaning self hosted runners"
|
||||
description: "DUT system power on"
|
||||
inputs:
|
||||
KEY_POWER_ON:
|
||||
required: true
|
||||
@@ -28,3 +28,8 @@ runs:
|
||||
run: |
|
||||
|
||||
ssh -T -i ~/.ssh/poweron ${{ inputs.USER_REPOSITORY }}@${{ inputs.HOST_REPOSITORY }}
|
||||
|
||||
- name: Sleep for 5m to make sure switches were booted up
|
||||
uses: jakejarvis/wait-action@master
|
||||
with:
|
||||
time: '5m'
|
||||
|
||||
Reference in New Issue
Block a user