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 a0ad11b commit 699f789Copy full SHA for 699f789
.github/workflows/docs-parity-updates.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
fetch-depth: 0
22
path: docs
23
- ref: ${{ github.event.inputs.targetBranch || 'main' }}
+ # ref: ${{ github.event.inputs.targetBranch || 'main' }}
24
25
- name: Set up system wide dependencies
26
run: |
0 commit comments