Skip to content

Create called2.yml

Create called2.yml #82

name: One job script workflow
on:
workflow_dispatch:
inputs:
build_script:
type: string
default: "scripts/test.sh"
jobs:
first_job:

Check failure on line 10 in .github/workflows/one_job_script_workflow.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/one_job_script_workflow.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: test call
run: ${{inputs.build_script}}