#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 }}
|
ls ${{ gitea.workspace }}
|
||||||
- name: List files changed in the most recent commit
|
- name: List files changed in the most recent commit
|
||||||
run: |
|
run: |
|
||||||
git diff --name-only HEAD HEAD~1
|
git diff --name-only HEAD HEAD~1 --
|
||||||
- run: echo "🍏 This job's status is ${{ gitea.status }}."
|
- run: echo "🍏 This job's status is ${{ gitea.status }}."
|
@ -16,7 +16,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Check network connectivity to host
|
- name: Check network connectivity to host
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y iputils-ping
|
sudo apt-get install -y iputils
|
||||||
ping -c 1 -t 1 -q 192.168.1.1
|
ping -c 1 -t 1 -q 192.168.1.1
|
||||||
- name: Configure SSH
|
- name: Configure SSH
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user