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

This commit is contained in:
Anton 2023-09-30 18:13:46 +03:00
parent 2774f9911a
commit 9a7902ed32

View File

@ -5,6 +5,9 @@ jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-22.04
steps:
- run: apt update
- run: apt install net-tools
- 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!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."