We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0390e commit 437a41eCopy full SHA for 437a41e
.github/workflows/docs-replicator-updates.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
fetch-depth: 0
24
path: docs
25
- ref: ${{ github.event.inputs.targetBranch || 'main' }}
+ ref: ${{ github.event.inputs.targetBranch || 'master' }}
26
27
- name: Set up system wide dependencies
28
run: |
0 commit comments