Skip to content

updated plan

updated plan #17

Workflow file for this run

name: My github action learn
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Run a one-line script
run: echo Hello, world!