We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf0b5d commit faec097Copy full SHA for faec097
.github/workflows/gitlab_ci.yml
@@ -91,8 +91,8 @@ jobs:
91
git pull
92
echo "New branch shall be named: TEMPORARY_MERGE_PR_${{ github.event.number }}"
93
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 }}"
+ echo "Create new branch ${{ env.MIRROR_BRANCH }} and check it out"
+ git checkout -b "${{ env.MIRROR_BRANCH }}"
96
git merge --ff-only "${{ github.event.pull_request.head.sha }}"
97
- name: Mirror and wait for Gitlab-CI
98
uses: jakob-fritz/github2lab_action@Iss37_variable_for_checkout
0 commit comments