Skip to content

Commit

Permalink
ci: fix broken links to reusable workflows (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb authored Oct 5, 2023
1 parent b1e7d4d commit fecbcb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
trigger:
uses: statnett/workflows/.github/workflows/lint-pr.yml@main
uses: statnett/github-workflows/.github/workflows/lint-pr.yml@main
permissions:
pull-requests: write
statuses: write
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
trigger:
uses: statnett/workflows/.github/workflows/release-please.yml@main
uses: statnett/github-workflows/.github/workflows/release-please.yml@main
secrets: inherit
permissions:
contents: write
Expand Down

0 comments on commit fecbcb0

Please sign in to comment.