Skip to content

Commit 70866cd

Browse files
committed
try running with checkout action
1 parent 9715499 commit 70866cd

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/actions/merge-main/action.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,15 @@ inputs:
77
runs:
88
using: composite
99
steps:
10-
- name: Checkout repository
10+
- name: Merge Main
1111
uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
1414
token: ${{ secrets.CI_USER_PAT }}
15-
16-
- name: Set up Git
17-
shell: bash
18-
run: |
15+
- run: |
1916
git config user.name aws-sdk-kotlin-ci
2017
git config user.email "[email protected]"
2118
22-
- name: Run Script
23-
shell: bash
24-
run: |
2519
input=${{ inputs.exempt-branches }}
2620
2721
function fetch_latest_changes() {

0 commit comments

Comments
 (0)