Skip to content

Commit

Permalink
fix: action repo reference (#11807)
Browse files Browse the repository at this point in the history
**What this PR does / why we need it**:

Fixes a typo in #11789
  • Loading branch information
trevorwhitney authored Jan 26, 2024
1 parent e628f5d commit fb02797
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/minor-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
pull-requests: 'write'
jobs:
create-release-pr:
uses: github/loki-release/.github/workflows/release-pr.yml@main
uses: grafana/loki-release/.github/workflows/release-pr.yml@main
with:
release_repo: grafana/loki
skip_validation: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/patch-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
pull-requests: 'write'
jobs:
create-release-pr:
uses: github/loki-release/.github/workflows/release-pr.yml@main
uses: grafana/loki-release/.github/workflows/release-pr.yml@main
with:
release_repo: grafana/loki
skip_validation: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
pull-requests: write
jobs:
release:
uses: github/loki-release/.github/workflows/release.yml@main
uses: grafana/loki-release/.github/workflows/release.yml@main
with:
release_repo: grafana/loki
secrets:
Expand Down

0 comments on commit fb02797

Please sign in to comment.