Skip to content

Commit 00bc953

Browse files
committed
1 parent 6f4e33a commit 00bc953

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/auto-update.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v3
17+
with:
18+
fetch-depth: 0
1719
- name: Install serverless
1820
run: npm install -g serverless
1921
- name: Note docker image digest
@@ -131,7 +133,7 @@ jobs:
131133
git commit -m "${TITLE}"
132134
git push --set-upstream origin $BRANCH
133135
gh pr create --body-file /tmp/body-text.txt --title "PR:${TITLE}"
134-
gh pr merge --delete-branch --merge $BRANCH
136+
gh pr merge --delete-branch --merge
135137
gh release create $BRANCH --notes-file /tmp/body-text.txt --title "${TITLE}"
136138
env:
137139
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)