Update .github/workflows/container_demo.yml
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 3s
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 3s
This commit is contained in:
parent
89734e69db
commit
f42dd330e2
2
.github/workflows/container_demo.yml
vendored
2
.github/workflows/container_demo.yml
vendored
|
@ -4,7 +4,7 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
ContainerAction:
|
ContainerAction:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: node:18
|
#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