Skip to content

Create github-action-02.yml #5

Create github-action-02.yml

Create github-action-02.yml #5

### github-action-01.yml

Check failure on line 1 in .github/workflows/github-action-01.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/github-action-01.yml

Invalid workflow file

`workflow-dispatch` is not a valid event name
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"