Skip to content

Commit d999a1f

Browse files
committed
Update actions
1 parent bffba92 commit d999a1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sub-module.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1010

1111
jobs:
12-
generate-changelog:
12+
sync-submodule:
1313
name: Generate Changelog
1414
runs-on: ubuntu-latest
1515
steps:
@@ -37,6 +37,7 @@ jobs:
3737
run: |
3838
git add .
3939
git checkout -b sync-submodule
40+
git config pull.rebase false
4041
git pull origin sync-submodule
4142
git push --set-upstream origin sync-submodule
4243
gh pr create --title "Sync submodule" --body "Sync submodule" --base master --head sync-submodule --repo ${{ github.repository }}

0 commit comments

Comments
 (0)