diff --git a/README.md b/README.md index 18c48b5..5d85532 100644 --- a/README.md +++ b/README.md @@ -48,5 +48,6 @@ resources: - repository: templates type: github name: crate-ci/azure-pipelines + ref: refs/heads/v0.1 endpoint: YOU_NEED_TO_SET_THIS ``` diff --git a/docs/custom.md b/docs/custom.md index 325e8d0..234776c 100644 --- a/docs/custom.md +++ b/docs/custom.md @@ -27,6 +27,7 @@ resources: - repository: templates type: github name: crate-ci/azure-pipelines + ref: refs/heads/v0.1 endpoint: PLACEHOLDER ``` diff --git a/docs/index.md b/docs/index.md index db5b089..a3f334d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -42,6 +42,7 @@ And now, to quote the French, [allons-y](https://www.lawlessfrench.com/expressio - repository: templates type: github name: crate-ci/azure-pipelines + ref: refs/heads/v0.1 endpoint: PLACEHOLDER ``` diff --git a/docs/setup.md b/docs/setup.md index 2fc3fc2..f0bf7c5 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -62,6 +62,7 @@ resources: - repository: templates type: github name: crate-ci/azure-pipelines + ref: refs/heads/v0.1 endpoint: PLACEHOLDER ```