Skip to content

Commit 6e93155

Browse files
committed
Give upstream as a argument to workflow call
Signed-off-by: peppi-lotta <[email protected]>
1 parent fb88cf0 commit 6e93155

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

.github/workflows/pr-link-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ permissions:
1010
jobs:
1111
check-pr-links:
1212
uses: metal3-io/project-infra/.github/workflows/pr-link-check.yml@main
13+
with:
14+
upstream: https://github.com/metal3-io/metal3-docs.git

docs/user-guide/src/capm3/introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Kubernetes Cluster API Provider Metal3
22

3+
TEST
34
Kubernetes-native declarative infrastructure for Metal3.
45

56
<!-- markdownlint-disable no-inline-html -->

docs/user-guide/src/ipam/introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# IPAM (IP Address Manager)
22

3+
TEST
34
The IPAM project provides a controller to manage static IP address allocations
45
in [Cluster API Provider Metal3](https://github.com/metal3-io/cluster-api-provider-metal3/).
56

docs/user-guide/src/version_support.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Supported release versions
22

3+
TEST
34
The Cluster API Provider Metal3 (CAPM3) team maintains the two most recent minor
45
releases; older minor releases are immediately unsupported when a new
56
major/minor release is available. Test coverage will be maintained for all

0 commit comments

Comments
 (0)