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:
49
49
name : 📝 Build
50
50
uses : ./.github/workflows/reusable-build-docs.yaml
51
51
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' }}
56
56
secrets :
57
57
DOCS_BOT_TOKEN : ${{ secrets.DOCS_BOT_TOKEN }}
58
58
You can’t perform that action at this time.
0 commit comments