mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-26 13:18:58 +07:00
restore default values for scheduled builds (#2430)
Follows up on 902f060579
This commit is contained in:
8
.github/workflows/build-package-docs.yaml
vendored
8
.github/workflows/build-package-docs.yaml
vendored
@@ -49,10 +49,10 @@ jobs:
|
||||
name: 📝 Build
|
||||
uses: ./.github/workflows/reusable-build-docs.yaml
|
||||
with:
|
||||
repository-owner: ${{ github.event.inputs.repository-owner }}
|
||||
repository-name: ${{ github.event.inputs.repository-name }}
|
||||
repository-branch: ${{ github.event.inputs.repository-branch }}
|
||||
ansible-package-version: ${{ github.event.inputs.ansible-package-version }}
|
||||
repository-owner: ${{ github.event.inputs.repository-owner || 'ansible' }}
|
||||
repository-name: ${{ github.event.inputs.repository-name || 'ansible-documentation' }}
|
||||
repository-branch: ${{ github.event.inputs.repository-branch || 'devel' }}
|
||||
ansible-package-version: ${{ github.event.inputs.ansible-package-version || 'devel' }}
|
||||
secrets:
|
||||
DOCS_BOT_TOKEN: ${{ secrets.DOCS_BOT_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user