Skip to content

Commit b79a5a3

Browse files
committed
bump version to 2.1.3
1 parent 916cbb2 commit b79a5a3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ jobs:
77
sync:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: keninkujovic/gitlab-sync@2.1.0
10+
- uses: keninkujovic/gitlab-sync@2.1.3
1111
with:
1212
gitlab_url: ${{ secrets.GITLAB_URL }}
1313
username: ${{ secrets.USERNAME }}
1414
gitlab_pat: ${{ secrets.GITLAB_PAT }}
15+
force_push: true
1516

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Sync to GitLab
42-
uses: keninkujovic/gitlab-sync@2.1.0
42+
uses: keninkujovic/gitlab-sync@2.1.3
4343
with:
4444
gitlab_url: ${{ secrets.GITLAB_URL }}
4545
username: ${{ secrets.USERNAME }}

0 commit comments

Comments
 (0)