Update .github/workflows/github-actions-demo.yml
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 6s
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 6s
This commit is contained in:
parent
16fcc0c80a
commit
7d5f5e0b04
1
.github/workflows/github-actions-demo.yml
vendored
1
.github/workflows/github-actions-demo.yml
vendored
|
@ -3,7 +3,6 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
|
|||
on: [push]
|
||||
jobs:
|
||||
Explore-GitHub-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
container: node:18
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
||||
|
|
Loading…
Reference in New Issue
Block a user