#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
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 10s
This commit is contained in:
parent
811baf18fa
commit
aa7f5849ff
@ -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 }}."
|
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user