Skip to content

update github-repository-commit.yml #43

update github-repository-commit.yml

update github-repository-commit.yml #43

Workflow file for this run

name: Hello world
on:
push:
jobs:
hello-world:
name: Greet
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Echo
run: echo "Hello world"