Skip to content

reusable

reusable #1

name: Generate default project
on:
push:
jobs:
test-Github-default-instance:
uses: ./.github/workflows/generate_default_project_reusable.yaml

Check failure on line 7 in .github/workflows/generate_default_project.yaml

View workflow run for this annotation

GitHub Actions / Generate default project

Invalid workflow file

The workflow is not valid. In .github/workflows/generate_default_project.yaml (Line: 7, Col: 11): Error from called workflow deepsense-ai/ds-template/.github/workflows/generate_default_project_reusable.yaml@4e4cca1d03f4db4808f1f47dc03b24d87fc69f66 (Line: 60, Col: 14): Unrecognized named-value: 'inptus'. Located at position 1 within expression: inptus.repo-email
with:
repo-path: github.com/karllu3/ds-lk-default.git
repo-user: karllu3
repo-email: [email protected]
cookiecutter-profile: cookiecutter_default_gh.yaml
secrets:
repo-token: ${{ secrets.REPO_KEY_GITHUB }}
test-GitLab-default-instance:
uses: ./.github/workflows/generate_default_project_reusable.yaml
with:
repo-path: gitlab.com/lukasz.karlowski/ds-lk-default.git
repo-user: lukasz karlowski
repo-email: [email protected]
cookiecutter-profile: cookiecutter_default_gh.yaml
secrets:
repo-token: ${{ secrets.REPO_KEY_GITLAB }}