Skip to content

Commit 2f6c8b8

Browse files
authored
Use stable-2.13 instead of milestone as default (until milestone has been advanced). (#30)
1 parent c2e9397 commit 2f6c8b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/_shared-docs-build-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ on:
1818
type: string
1919
default: '3.9'
2020
ansible-ref:
21-
description: The ref from which to install ansible, for example "stable-2.12" or "milestone".
21+
description: The ref from which to install ansible, for example "stable-2.13" or "milestone".
2222
required: false
2323
type: string
24-
default: milestone
24+
default: stable-2.13
2525
init-dest-dir:
2626
description: A directory relative to the checkout where the init process has already been run.
2727
required: false

.github/workflows/_shared-docs-build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ on:
1818
type: string
1919
default: '3.9'
2020
ansible-ref:
21-
description: The ref from which to install ansible, for example "stable-2.12" or "milestone".
21+
description: The ref from which to install ansible, for example "stable-2.13" or "milestone".
2222
required: false
2323
type: string
24-
default: milestone
24+
default: stable-2.13
2525
init-dest-dir:
2626
description: A directory relative to the checkout where the init process has already been run.
2727
required: false

0 commit comments

Comments
 (0)