Skip to content

Commit

Permalink
ci: fix broken links to reusable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb committed Oct 5, 2023
1 parent 56b1958 commit 7051e61
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
types:
- opened
- edited
- synchronize

jobs:
trigger:
uses: statnett/workflows/.github/workflows/lint-pr.yml@main
uses: statnett/github-workflows/.github/workflows/lint-pr.yaml@main
permissions:
contents: read
pull-requests: write
statuses: write
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
trigger:
uses: statnett/workflows/.github/workflows/release-please.yml@main
uses: statnett/github-workflows/.github/workflows/release-please.yaml@main
secrets: inherit
permissions:
contents: write
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ bin/
build/
dist/
config.json
/.idea/
*.iml

0 comments on commit 7051e61

Please sign in to comment.