diff --git a/template/.github/workflows/ci-{{app_name}}-openapi.yml.jinja b/template/.github/workflows/ci-{{app_name}}-openapi.yml.jinja index 15e847d..24bd921 100644 --- a/template/.github/workflows/ci-{{app_name}}-openapi.yml.jinja +++ b/template/.github/workflows/ci-{{app_name}}-openapi.yml.jinja @@ -10,7 +10,7 @@ on: defaults: run: - working-directory: ./app + working-directory: ./{{app_name}} # Only trigger run one update of the OpenAPI spec at a time on the branch. # If new commits are pushed to the branch, cancel in progress runs and start