Skip to content

Commit

Permalink
Use tmp actions branch to test dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldowseza committed Oct 10, 2024
1 parent 7ba2d9a commit ec7ff99
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 @@ -18,14 +18,14 @@ permissions:

jobs:
build:
uses: cloudscape-design/actions/.github/workflows/build-lint-test.yml@main
uses: cloudscape-design/actions/.github/workflows/build-lint-test.yml@chore/build-tools
secrets: inherit
with:
artifact-path: dist
artifact-name: dev-pages
deploy:
needs: build
uses: cloudscape-design/actions/.github/workflows/deploy.yml@main
uses: cloudscape-design/actions/.github/workflows/deploy.yml@chore/build-tools
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 @@ -10,4 +10,4 @@ on:

jobs:
dry-run:
uses: cloudscape-design/actions/.github/workflows/dry-run.yml@main
uses: cloudscape-design/actions/.github/workflows/dry-run.yml@chore/build-tools
2 changes: 1 addition & 1 deletion .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ on:

jobs:
dry-run:
uses: cloudscape-design/actions/.github/workflows/lint-pr.yml@main
uses: cloudscape-design/actions/.github/workflows/lint-pr.yml@chore/build-tools
2 changes: 1 addition & 1 deletion .github/workflows/release-gh-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:

jobs:
release:
uses: cloudscape-design/actions/.github/workflows/release-gh-notes.yml@main
uses: cloudscape-design/actions/.github/workflows/release-gh-notes.yml@chore/build-tools
secrets: inherit
with:
version: ${{ github.event.inputs.version }}
Expand Down
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/actions/.github/workflows/release.yml@main
uses: cloudscape-design/actions/.github/workflows/release.yml@chore/build-tools
secrets: inherit
with:
publish-packages: lib/components,lib/components-themeable

0 comments on commit ec7ff99

Please sign in to comment.