Actions test
Some checks failed
GitHub Actions Demo / Explore-GitHub-Actions (push) Failing after 39s
Some checks failed
GitHub Actions Demo / Explore-GitHub-Actions (push) Failing after 39s
This commit is contained in:
parent
463f5ce8d1
commit
2774f9911a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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!"
|
||||
|
|
Loading…
Reference in New Issue
Block a user