Skip to content

Commit

Permalink
chore: Switch to new actions repo for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
timogasda committed Oct 18, 2023
1 parent 6f63f7a commit a1ea416
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ permissions:

jobs:
build:
uses: cloudscape-design/.github/.github/workflows/build-lint-test.yml@main
uses: cloudscape-design/actions/.github/workflows/build-lint-test.yml@main
with:
artifact-path: dist
artifact-name: dev-pages
deploy:
needs: build
uses: cloudscape-design/.github/.github/workflows/deploy.yml@main
uses: cloudscape-design/actions/.github/workflows/deploy.yml@main
secrets: inherit
with:
artifact-name: dev-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ on:

jobs:
dry-run:
uses: cloudscape-design/.github/.github/workflows/dry-run.yml@main
uses: cloudscape-design/actions/.github/workflows/dry-run.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
release:
uses: cloudscape-design/.github/.github/workflows/release.yml@main
uses: cloudscape-design/actions/.github/workflows/release.yml@main
secrets: inherit
with:
publish-packages: lib/components,lib/components-themeable

0 comments on commit a1ea416

Please sign in to comment.