Skip to content

Commit 202b9fa

Browse files
committed
fix syntax
1 parent 931c333 commit 202b9fa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/process_docs_changes.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ jobs:
2222
run: echo "LOCAL_REPO_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_ENV
2323

2424
- name: echo branch name
25-
run: echo "Got (metabase/)branch_name: $MAIN_REPO_BRANCH"
25+
run: |
26+
echo "Got (metabase) branch_name: $MAIN_REPO_BRANCH"
2627
2728
- name: echo local repo branch
28-
run: echo "Running on (docs.metabase.github.io/)branch: $LOCAL_REPO_BRANCH"
29+
run: |
30+
echo "Running on (docs.metabase.github.io) branch: $LOCAL_REPO_BRANCH"
2931
3032
- name: Setup Babashka
3133
uses: turtlequeue/setup-babashka@v1.7.0

0 commit comments

Comments
 (0)