Skip to content

Commit 748809e

Browse files
authored
feat: Adjust the documentation and GH action after the repo transfer (#11)
1 parent 75075a0 commit 748809e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/version_bump_and_new_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout the latest Loki Boshrelease
2929
uses: actions/checkout@v4
3030
with:
31-
repository: ZPascal/loki-boshrelease
31+
repository: cloudfoundry-community/loki-boshrelease
3232
submodules: "recursive"
3333
persist-credentials: false
3434

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Assuming you've installed `BOSH CLI` and have a running BOSH Director.
1212
## Create a local Loki BOSH dev release
1313

1414
```
15-
$ git clone https://github.com/ZPascal/loki-boshrelease.git
15+
$ git clone https://github.com/cloudfoundry-community/loki-boshrelease.git
1616
1717
# Check if updates are available and maybe update the blobs (on scratch creation of the release, please use the --force parameter)
1818
$ bash scripts/update-the-blobs.sh (--force)

0 commit comments

Comments
 (0)