Skip to content

modify command

modify command #2

Workflow file for this run

name: test workflow
on:
push:
branches:
- main
pull_request:
-main
workflow_dispatch:
jobs:
hello:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@V2
- name: test workflow
- run: echo "test workflow"
- shell: bash
goodbye:
runs-on: ubuntu-latest
steps:
- name: goodbye world
- run: echo "Good Bye"
- shell: bash