We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916cbb2 commit b79a5a3Copy full SHA for b79a5a3
2 files changed
.github/workflows/main.yml
@@ -7,9 +7,10 @@ jobs:
7
sync:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: keninkujovic/gitlab-sync@2.1.0
+ - uses: keninkujovic/gitlab-sync@2.1.3
11
with:
12
gitlab_url: ${{ secrets.GITLAB_URL }}
13
username: ${{ secrets.USERNAME }}
14
gitlab_pat: ${{ secrets.GITLAB_PAT }}
15
+ force_push: true
16
README.md
@@ -39,7 +39,7 @@ jobs:
39
40
41
- name: Sync to GitLab
42
- uses: keninkujovic/gitlab-sync@2.1.0
+ uses: keninkujovic/gitlab-sync@2.1.3
43
44
45
0 commit comments