Update .github/workflows/github-actions-demo.yml
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 28s
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 28s
This commit is contained in:
parent
3a3e7755e5
commit
16fcc0c80a
1
.github/workflows/github-actions-demo.yml
vendored
1
.github/workflows/github-actions-demo.yml
vendored
|
@ -4,6 +4,7 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-GitHub-Actions:
|
Explore-GitHub-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container: node:18
|
||||||
steps:
|
steps:
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
- 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 "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user