Skip to content

Commit

Permalink
chore: Switch to new actions repo for workflows (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
timogasda authored Oct 19, 2023
1 parent 06b0228 commit ab24926
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ 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
secrets: inherit
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/lint-pr.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/lint-pr.yml@main
uses: cloudscape-design/actions/.github/workflows/lint-pr.yml@main
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/.github/.github/workflows/release-gh-notes.yml@main
uses: cloudscape-design/actions/.github/workflows/release-gh-notes.yml@main
secrets: inherit
with:
npm_package: ${{ github.event.inputs.npm_package }}
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,5 +14,5 @@ permissions:

jobs:
release:
uses: cloudscape-design/.github/.github/workflows/release.yml@main
uses: cloudscape-design/actions/.github/workflows/release.yml@main
secrets: inherit

0 comments on commit ab24926

Please sign in to comment.