Skip to content

Shared Action

Shared Action #3

name: Shared Action
on:
workflow_dispatch:
jobs:
print-hello-world:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ls
run : echo "Type"

Check failure on line 13 in .github/workflows/shared-actions.yaml

View workflow run for this annotation

GitHub Actions / Shared Action

Invalid workflow file

The workflow is not valid. .github/workflows/shared-actions.yaml (Line: 13, Col: 9): 'run' is already defined