Update .github/workflows/container_demo.yml
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 3s

This commit is contained in:
Brendan Haines 2024-01-11 00:17:11 -07:00
parent 89734e69db
commit f42dd330e2

View File

@ -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!"