Compare commits

...

2 Commits

Author SHA1 Message Date
Joey Hafner
e88b422864
#16 Trigger workflow
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 13s
SSH and echo to file / ssh (push) Failing after 21s
2024-10-25 12:08:41 -07:00
Joey Hafner
af84c4725a
#16 Increase timeout threshold for ping 2024-10-25 12:08:20 -07:00
2 changed files with 9 additions and 9 deletions

View File

@ -18,7 +18,7 @@ jobs:
run: |
sudo apt-get update &&\
sudo apt-get install -y iputils-ping
ping -c 1 -t 1 -q 192.168.1.1
ping -c 1 -t 5 -q 192.168.1.1
- name: Configure SSH
run: |
echo -e "${{ secrets.RUNNER_SSH_PRIVATEKEY }}" > /tmp/key

File diff suppressed because one or more lines are too long