Skip to content

Run GitHub Actions-01 #3

Run GitHub Actions-01

Run GitHub Actions-01 #3

### .github/workflows/github-actions-01.yml
name: Test GitHub Actions-01
run-name: Run GitHub Actions-01
on:
workflow_dispatch
jobs:
Test-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- name: step-01
run: |
echo "Test Github Actions echo-01"