Skip to content

Commit aa731be

Browse files
authored
Docs: update git ref for code examples to match spring-io org
Signed-off-by: Antoine Méausoone <[email protected]>
1 parent f658e62 commit aa731be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ They perform Gradle `check` task and Maven `verify` goal, respectively.
3737
The caller workflow is as simple as follows.
3838

3939
#### Gradle Pull Request caller workflow:
40-
https://github.com/spring-io/spring-github-workflows/blob/78b29123a17655f019d800690cc906d692f836a9/samples/pr-build-gradle.yml#L1-L10
40+
https://github.com/spring-io/spring-github-workflows/blob/29fd75ff06da2789a1fcd9b1732bf8bce4704fa6/samples/pr-build-gradle.yml#L1-L10
4141

4242
#### Maven Pull Request caller workflow:
43-
https://github.com/spring-io/spring-github-workflows/blob/78b29123a17655f019d800690cc906d692f836a9/samples/pr-build-maven.yml#L1-L10
43+
https://github.com/spring-io/spring-github-workflows/blob/29fd75ff06da2789a1fcd9b1732bf8bce4704fa6/samples/pr-build-maven.yml#L1-L10
4444

4545
You can add more branches to react for pull request events.
4646

@@ -49,10 +49,10 @@ They publish artifacts into `libs-snapshot-local` (by default) repository.
4949
The Gradle workflow can be supplied with Develocity secret.
5050

5151
#### Gradle SNAPSHOT caller workflow:
52-
https://github.com/spring-io/spring-github-workflows/blob/78b29123a17655f019d800690cc906d692f836a9/samples/ci-snapshot-gradle.yml#L1-L18
52+
https://github.com/spring-io/spring-github-workflows/blob/29fd75ff06da2789a1fcd9b1732bf8bce4704fa6/samples/ci-snapshot-gradle.yml#L1-L18
5353

5454
#### Maven SNAPSHOT caller workflow:
55-
https://github.com/spring-io/spring-github-workflows/blob/78b29123a17655f019d800690cc906d692f836a9/samples/ci-snapshot-maven.yml#L1-L13
55+
https://github.com/spring-io/spring-github-workflows/blob/29fd75ff06da2789a1fcd9b1732bf8bce4704fa6/samples/ci-snapshot-maven.yml#L1-L13
5656

5757
Both Gradle and Maven SNAPSHOT build workflow requires `ARTIFACTORY_USERNAME` & `ARTIFACTORY_PASSWORD` secretes to authorise [spring-io/artifactory-deploy-action](https://github.com/spring-io/artifactory-deploy-action).
5858
Optionally, all the artifacts can be signed if `GPG_PASSPHRASE` and `GPG_PRIVATE_KEY` secrets are provided.
@@ -85,7 +85,7 @@ Then spring.io project page is updated for newly released version.
8585
And in the end the milestone closed and specific Google Space notified about release (if `SPRING_RELEASE_CHAT_WEBHOOK_URL` secret is present in the repository).
8686

8787
#### Example of Release caller workflow:
88-
https://github.com/spring-io/spring-github-workflows/blob/78b29123a17655f019d800690cc906d692f836a9/samples/release.yml#L1-L25
88+
https://github.com/spring-io/spring-github-workflows/blob/29fd75ff06da2789a1fcd9b1732bf8bce4704fa6/samples/release.yml#L1-L25
8989

9090
Such a workflow must be on every branch which is supposed to be released via GitHub actions.
9191

0 commit comments

Comments
 (0)