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 410b57b commit 8fd9349Copy full SHA for 8fd9349
.github/workflows/process_docs_changes.yml
@@ -9,12 +9,14 @@ on:
9
description: Which `metabase/metabase` branch triggered this workflow
10
required: true
11
type: string
12
+ repository_dispatch:
13
+ types: [docs_update]
14
15
jobs:
16
build-and-commit:
17
runs-on: ubuntu-latest
18
env:
- MAIN_REPO_BRANCH: "${{ github.event.inputs.branch_name }}"
19
+ MAIN_REPO_BRANCH: "${{ github.event.inputs.branch_name || github.event.client_payload.branch_name }}"
20
steps:
21
- uses: actions/checkout@v4
22
0 commit comments