Actions test
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 49s

This commit is contained in:
Anton 2023-09-30 18:16:19 +03:00
parent 096859a3d9
commit 108309016d

View File

@ -5,8 +5,8 @@ jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-22.04
steps:
- run: apt update
- run: apt install net-tools iproute2
- run: apt-get update
- run: apt-get install -yqq 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!"