Actions test
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 49s
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 49s
This commit is contained in:
parent
096859a3d9
commit
108309016d
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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!"
|
||||
|
|
Loading…
Reference in New Issue
Block a user