parent
1eb3bfc7bd
commit
6ff526875e
1 changed files with 3 additions and 0 deletions
|
|
@ -4,7 +4,10 @@ on: [ push ]
|
|||
jobs:
|
||||
Explore-GitHub-Actions:
|
||||
runs-on: mail
|
||||
container:
|
||||
image: alpine:latest
|
||||
steps:
|
||||
- run: apk add nodejs npm
|
||||
- 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 "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue