Compare commits

...

2 Commits

Author SHA1 Message Date
Joey Hafner
197c6a721a
#16 Trigger workflow rerun
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 12s
SSH and echo to file / ssh (push) Failing after 19s
2024-10-25 12:06:53 -07:00
Joey Hafner
518e3a6abe
#16 Disable hacking#show-changes, get package index before attempting to install iputils-ping 2024-10-25 12:06:04 -07:00
3 changed files with 13 additions and 12 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- name: Show changes in the most recent commit
run: |
git show HEAD^1
# - name: Show changes in the most recent commit
# run: |
# git show HEAD^1
- run: echo "🍏 This job's status is ${{ gitea.status }}."

View File

@ -16,7 +16,8 @@ jobs:
uses: actions/checkout@v4
- name: Check network connectivity to host
run: |
sudo apt-get install -y iputils
sudo apt-get update &&\
sudo apt-get install -y iputils-ping
ping -c 1 -t 1 -q 192.168.1.1
- name: Configure SSH
run: |

File diff suppressed because one or more lines are too long