Skip to content

Commit 3f2a1f4

Browse files
authored
Set default force_push in example to false
1 parent ae87f46 commit 3f2a1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
args: "https://gitlab.com/<namespace>/<repository>"
2525
env:
26-
FORCE_PUSH: "true"
26+
FORCE_PUSH: "false"
2727
GITLAB_HOSTNAME: "gitlab.com"
2828
GITLAB_USERNAME: "svboxel"
2929
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }} // Generate here: https://gitlab.com/profile/personal_access_tokens

0 commit comments

Comments
 (0)