Actions test
Some checks failed
GitHub Actions Demo / Explore-GitHub-Actions (push) Failing after 19s

This commit is contained in:
Anton 2023-09-30 18:15:32 +03:00
parent 9a7902ed32
commit 096859a3d9

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- run: apt update
- run: apt install net-tools
- run: apt install net-tools iproute2
- run: ip a
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"