File tree 2 files changed +3
-12
lines changed
2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 31
31
- name : Create Github project instance
32
32
run : cookiecutter . --no-input --config-file cookiecutter_default_gh.yaml
33
33
34
-
35
34
- name : Remote checkout
36
- uses : actions/checkout@v4
37
- with :
38
- path : ds-gh-default2
39
- ref : main
40
- repository : karllu3/ds-lk-default
41
- token : ${{ env.GH_TEST_REPO_TOKEN }}
42
- fetch-depth : 0
43
- persist-credentials : false
44
- ssh-user : karllu3
35
+ run : git clone https://oauth2:${{ secrets.REPO_KEY_GITLAB }}@github.com/lukasz.karlowski/karllu3/ds-lk-default.git ds-gh-default2
45
36
46
37
- name : Set safe directory
47
38
run : |
79
70
working-directory : ./ds-gh-default2
80
71
run : |
81
72
git commit -m "Repo after creation"
82
- git push --set-upstream origin ds-default-check
73
+ git push --set-upstream origin ds-default-check -f
83
74
Original file line number Diff line number Diff line change 71
71
working-directory : ./ds-gl-default2
72
72
run : |
73
73
git commit -m "Repo after creation"
74
- git push --set-upstream origin ds-default-check
74
+ git push --set-upstream origin ds-default-check -f
75
75
You can’t perform that action at this time.
0 commit comments