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 931c333 commit 202b9faCopy full SHA for 202b9fa
.github/workflows/process_docs_changes.yml
@@ -22,10 +22,12 @@ jobs:
22
run: echo "LOCAL_REPO_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_ENV
23
24
- name: echo branch name
25
- run: echo "Got (metabase/)branch_name: $MAIN_REPO_BRANCH"
+ run: |
26
+ echo "Got (metabase) branch_name: $MAIN_REPO_BRANCH"
27
28
- name: echo local repo branch
- run: echo "Running on (docs.metabase.github.io/)branch: $LOCAL_REPO_BRANCH"
29
30
+ echo "Running on (docs.metabase.github.io) branch: $LOCAL_REPO_BRANCH"
31
32
- name: Setup Babashka
33
uses: turtlequeue/setup-babashka@v1.7.0
0 commit comments