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 797833d commit b5d9b42Copy full SHA for b5d9b42
.github/workflows/gitlab-stable.yml
@@ -22,7 +22,6 @@ jobs:
22
23
- name: Update branch
24
run: |
25
- git fetch stable
26
git remote add gitlab https://${{ secrets.GITLAB_TOKEN_NAME }}:${{ secrets.GITLAB_TOKEN }}@${{ secrets.GITLAB_URL }}
27
git checkout stable
28
git push -f gitlab -u stable
0 commit comments