File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments