Skip to content

feat-02-trigerring

feat-02-trigerring #4

name: 01 - Building Blocks
on: push
jobs:
echo-hello:
runs-on: ubuntu-latest
steps:
- name: 1st step
run: echo "starting ..."
echo-goodby:
runs-on: ubuntu-latest
steps:
- name: 2nd step
run: |
echo "success msg"
exit 0
- name: end step
run: echo "end game"