We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da3e129 commit 21b1deeCopy full SHA for 21b1dee
.github/workflows/deploy-branch.yml
@@ -34,6 +34,7 @@ jobs:
34
env: "branch-${{env.BRANCH_NAME}}"
35
ref: ${{github.head_ref}}
36
37
+ - run: pip install sphinx-panels
38
- run: cmake .
39
- run: make pull-modules
40
- run: make build-modules
.github/workflows/pull-translation.yml
@@ -15,6 +15,8 @@ jobs:
15
with:
16
token: "${{ secrets.TARANTOOLBOT_TOKEN }}"
17
18
19
+
20
- name: Set branch name from source branch
21
run: echo "BRANCH_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV
22
.github/workflows/push-translation.yml
@@ -13,6 +13,8 @@ jobs:
13
steps:
14
- uses: actions/checkout@v2
run: echo "BRANCH_NAME=${GITHUB_HEAD_REF##*/}" >> $GITHUB_ENV
0 commit comments