Skip to content

Commit 94e86f0

Browse files
authored
Dependency Updater: Add Step to Remove commit_message.env (#499)
* add extra step to remove commit message * change step order
1 parent 6b16142 commit 94e86f0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/update-dependencies.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
with:
3131
filenames: 'commit_message.env'
3232

33+
- name: remove commit message .env
34+
run: rm commit_message.env
35+
3336
- name: create pull request
3437
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
3538
with:

0 commit comments

Comments
 (0)