Skip to content

Commit 285cd39

Browse files
authored
restore default values for scheduled builds (#2430)
Follows up on 902f060
1 parent 902f060 commit 285cd39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-package-docs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
name: 📝 Build
5050
uses: ./.github/workflows/reusable-build-docs.yaml
5151
with:
52-
repository-owner: ${{ github.event.inputs.repository-owner }}
53-
repository-name: ${{ github.event.inputs.repository-name }}
54-
repository-branch: ${{ github.event.inputs.repository-branch }}
55-
ansible-package-version: ${{ github.event.inputs.ansible-package-version }}
52+
repository-owner: ${{ github.event.inputs.repository-owner || 'ansible' }}
53+
repository-name: ${{ github.event.inputs.repository-name || 'ansible-documentation' }}
54+
repository-branch: ${{ github.event.inputs.repository-branch || 'devel' }}
55+
ansible-package-version: ${{ github.event.inputs.ansible-package-version || 'devel' }}
5656
secrets:
5757
DOCS_BOT_TOKEN: ${{ secrets.DOCS_BOT_TOKEN }}
5858

0 commit comments

Comments
 (0)