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

This commit is contained in:
Anton 2023-09-30 16:24:23 +03:00
parent 463f5ce8d1
commit 2774f9911a

View File

@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- 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!"