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 2712998 commit ccd646aCopy full SHA for ccd646a
.github/workflows/gitlab_ci.yml
@@ -84,6 +84,7 @@ jobs:
84
- name: check if fast-forward merge is possible
85
if: github.event_name == 'pull_request_target'
86
run: |
87
+ git fetch
88
git checkout "${{ github.base_ref }}"
89
git pull
90
echo "MIRROR_BRANCH=TEMPORARY_MERGE_PR_${{ github.event.number }}" >> "$GITHUB_ENV"
0 commit comments