Skip to content

Commit

Permalink
chore: Switch to new actions repo for workflows (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
timogasda authored Oct 19, 2023
1 parent b7bad6e commit 78ad9b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/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 78ad9b2

Please sign in to comment.