mirror of
https://github.com/actions/setup-node
synced 2025-04-04 08:05:50 +00:00
goodbye world added
This commit is contained in:
parent
580fcbb4e9
commit
2662a4862d
1 changed files with 9 additions and 0 deletions
9
.github/workflows/helloworld.yml
vendored
9
.github/workflows/helloworld.yml
vendored
|
@ -3,9 +3,11 @@ name: Hello world work flow
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
-main
|
||||
-suyash-test-1
|
||||
pull_request:
|
||||
branches:
|
||||
-main
|
||||
-suyash-test-1
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
|
@ -16,3 +18,10 @@ jobs:
|
|||
- name: hello world
|
||||
run: echo "Hello world"
|
||||
shell: bash
|
||||
goodbye:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: hello world
|
||||
run: echo "Good Bye world"
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Reference in a new issue