File tree Expand file tree Collapse file tree 8 files changed +18
-18
lines changed
Expand file tree Collapse file tree 8 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1- name : ' Rebase '
2- description : ' Action for rebasing to the main branch'
1+ name : ' Merge '
2+ description : ' Action for merging to the main branch'
33
44runs :
55 using : ' composite'
66 steps :
77 # Setup identity to avoid errors when git is trying to rebase without identity set
88 - name : Setup git identity
99 run : |
10- git config --global user.email "rebase @action.com"
11- git config --global user.name "Rebase Action"
10+ git config --global user.email "merge @action.com"
11+ git config --global user.name "Merge Action"
1212 shell : bash
1313
1414 # Update origin/main branch locally to cover case when repo is not fully cloned
Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v4
2323 with :
2424 fetch-depth : 0
25- - name : Rebase
26- uses : ./.github/actions/rebase
25+ - name : Merge
26+ uses : ./.github/actions/merge
2727 - name : Create Single Cluster
2828 uses : AbsaOSS/k3d-action@4e8b3239042be1dc0aed6c5eb80c13b18200fc79 # v2.4.0
2929 with :
Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v4
2323 with :
2424 fetch-depth : 0
25- - name : Rebase
26- uses : ./.github/actions/rebase
25+ - name : Merge
26+ uses : ./.github/actions/merge
2727 - name : Create Single Cluster
2828 uses : AbsaOSS/k3d-action@4e8b3239042be1dc0aed6c5eb80c13b18200fc79 # v2.4.0
2929 with :
Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v4
2424 with :
2525 fetch-depth : 0
26- - name : Rebase
27- uses : ./.github/actions/rebase
26+ - name : Merge
27+ uses : ./.github/actions/merge
2828 - name : Install k3d
2929 env :
3030 K3D_URL : https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh
Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v4
2222 with :
2323 fetch-depth : 0
24- - name : Rebase
25- uses : ./.github/actions/rebase
24+ - name : Merge
25+ uses : ./.github/actions/merge
2626 - name : Create Single Cluster
2727 uses : AbsaOSS/k3d-action@4e8b3239042be1dc0aed6c5eb80c13b18200fc79 # v2.4.0
2828 with :
Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v4
2424 with :
2525 fetch-depth : 0
26- - name : Rebase
27- uses : ./.github/actions/rebase
26+ - name : Merge
27+ uses : ./.github/actions/merge
2828 - name : Install k3d
2929 env :
3030 K3D_URL : https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh
Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v4
2424 with :
2525 fetch-depth : 0
26- - name : Rebase
27- uses : ./.github/actions/rebase
26+ - name : Merge
27+ uses : ./.github/actions/merge
2828 - name : Install k3d
2929 env :
3030 K3D_URL : https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh
Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v4
2424 with :
2525 fetch-depth : 0
26- - name : Rebase
27- uses : ./.github/actions/rebase
26+ - name : Merge
27+ uses : ./.github/actions/merge
2828 - uses : actions/setup-node@v4
2929 with :
3030 node-version : 20
You can’t perform that action at this time.
0 commit comments