Skip to content

Update github-action-jobs-01.yml #10

Update github-action-jobs-01.yml

Update github-action-jobs-01.yml #10

name: Test Github actions checkout-01

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

View workflow run for this annotation

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

Invalid workflow file

`workflow-dispatch` is not a valid event name
run-name: Run Github actions checkout
on:
workflow-dispatch
jobs:
checkout:
runs-on: ubuntu-latest
steps:
- name: action ls
run: ls -al
- name: github actions checkout
uses: actions/checkout@v4
with:
path: checkout-dir
- name: github actions checkout
uses: actions/checkout@v4
with:
repository: actions/checkout
path: other-repo
- run : ls -al