Skip to content

Commit 992542c

Browse files
committed
add extra step to remove commit message
1 parent 6b16142 commit 992542c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/update-dependencies.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,7 @@ jobs:
3737
commit-message: ${{ env.TITLE }}
3838
body: ${{ env.DESC }}
3939
branch: run-dependency-updater
40-
delete-branch: true
40+
delete-branch: true
41+
42+
- name: remove commit message .env
43+
run: rm -rf commit_message.env

0 commit comments

Comments
 (0)