Skip to content

Commit faec097

Browse files
committed
Corrected querying of a variable
1 parent cbf0b5d commit faec097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gitlab_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ jobs:
9191
git pull
9292
echo "New branch shall be named: TEMPORARY_MERGE_PR_${{ github.event.number }}"
9393
echo "MIRROR_BRANCH=TEMPORARY_MERGE_PR_${{ github.event.number }}" >> "$GITHUB_ENV"
94-
echo "Create new branch $ {{ github.env.MIRROR_BRANCH }} and check it out"
95-
git checkout -b "${{ github.env.MIRROR_BRANCH }}"
94+
echo "Create new branch ${{ env.MIRROR_BRANCH }} and check it out"
95+
git checkout -b "${{ env.MIRROR_BRANCH }}"
9696
git merge --ff-only "${{ github.event.pull_request.head.sha }}"
9797
- name: Mirror and wait for Gitlab-CI
9898
uses: jakob-fritz/github2lab_action@Iss37_variable_for_checkout

0 commit comments

Comments
 (0)