Skip to content

Update and rename 00-firstworkflow.yaml to 01-firstworkflow.yaml #8

Update and rename 00-firstworkflow.yaml to 01-firstworkflow.yaml

Update and rename 00-firstworkflow.yaml to 01-firstworkflow.yaml #8

name: 01-first workflow
on:
push:
jobs:
echo-hello:
runs-on: ubuntu-latest
steps:
- name: Print Hello
run: echo "Hello world"