We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b16142 commit 992542cCopy full SHA for 992542c
1 file changed
.github/workflows/update-dependencies.yml
@@ -37,4 +37,7 @@ jobs:
37
commit-message: ${{ env.TITLE }}
38
body: ${{ env.DESC }}
39
branch: run-dependency-updater
40
- delete-branch: true
+ delete-branch: true
41
+
42
+ - name: remove commit message .env
43
+ run: rm -rf commit_message.env
0 commit comments