Skip to content

Run Github Action-01 #2

Run Github Action-01

Run Github Action-01 #2

### github-action-01.yml
name: Test Github Action-01
run-name: Run Github Action-01
on:
push:
jobs:
Test-Github-Actions:
runs-on: ubuntu-latest
steps:
- name: step-01
run:
echo "Test Github Actions echo-01"