#16 Fix ping package name, attempt to make git shut up about "ambiguous reference"
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 10s

This commit is contained in:
Joey Hafner 2024-10-25 00:31:50 -07:00
parent 811baf18fa
commit aa7f5849ff
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -17,5 +17,5 @@ jobs:
ls ${{ gitea.workspace }}
- name: List files changed in the most recent commit
run: |
git diff --name-only HEAD HEAD~1
git diff --name-only HEAD HEAD~1 --
- run: echo "🍏 This job's status is ${{ gitea.status }}."

View File

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