Skip to content

CI: Add variables to artifact names #17

CI: Add variables to artifact names

CI: Add variables to artifact names #17

Workflow file for this run

name: "CI"
on: [pull_request]
jobs:
tests:
uses: ./.github/workflows/tests.yml
type-check:
uses: ./.github/workflows/type-check.yml
build:
needs: [tests, type-check]
uses: ./.github/workflows/build.yml
build-storybook:
needs: [tests, type-check]
uses: ./.github/workflows/build-storybook.yml

Check failure on line 15 in .github/workflows/CI.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/CI.yml (Line: 15, Col: 11): Error from called workflow octo-technology/Design-System---Marque-Blanche/.github/workflows/build-storybook.yml@72d61845672398586d99f6f44d6ae41678b580d2 (Line: 18, Col: 18): Unexpected symbol: '"storybook-${{'. Located at position 25 within expression: inputs.artifact-name || "storybook-${{ github.sha
with:
ARTIFACT_NAME: "storybook-${{ github.head_ref }}"