Skip to content

Commit 656b9a9

Browse files
authored
ci: use correct release-please-action domain after organization url was changed (#2287)
docs: document correct release-please action and release-please url
1 parent cb106cd commit 656b9a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
steps:
6464
- uses: actions/checkout@v4
6565
with:
66-
repository: google-github-actions/release-please-action
66+
repository: googleapis/release-please-action
6767
ref: main
6868
- uses: actions/setup-node@v3
6969
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ There are a variety of ways you can deploy release-please:
207207

208208
### GitHub Action (recommended)
209209

210-
The easiest way to run Release Please is as a GitHub action. Please see [google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action) for installation and configuration instructions.
210+
The easiest way to run Release Please is as a GitHub action. Please see [googleapis/release-please-action](https://github.com/googleapis/release-please-action) for installation and configuration instructions.
211211

212212
### Running as CLI
213213

docs/manifest-releaser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ jobs:
375375
release-please:
376376
runs-on: ubuntu-latest
377377
steps:
378-
- uses: google-github-actions/release-please-action@v2
378+
- uses: googleapis/release-please-action@v2
379379
id: release
380380
with:
381381
command: manifest

0 commit comments

Comments
 (0)