Skip to content

running the 2nd yaml file #1

running the 2nd yaml file

running the 2nd yaml file #1

Workflow file for this run

name: second Workflow
on: [push]
jobs:
run-shell-commands:
runs-on: ubuntu-latest
steps:
- name: echo a string
run: echo "i am running from the 2nd workflow"
- name: Multiline Command
run: |
node -v
npm -v