Skip to content

Commit

Permalink
fix: build-library workflow filename (#18)
Browse files Browse the repository at this point in the history
# Description

- Fix workflow import in the `on-push.yml` workflow

---------

Signed-off-by: Luís Couto <[email protected]>
Signed-off-by: Luís Couto <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Couto and github-actions[bot] authored Dec 17, 2024
1 parent 3ba80e9 commit 747ea12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
repo_token: ${{secrets.GITHUB_TOKEN}}

build-storybook:
uses: ./.github/workflows/workflow-build.yml
uses: ./.github/workflows/workflow-build-storybook.yml
secrets:
repo_token: ${{secrets.GITHUB_TOKEN}}

Expand Down

0 comments on commit 747ea12

Please sign in to comment.