Skip to content

Commit c95a8a1

Browse files
committed
Fix the delete-branch arg in the workflow yaml
1 parent 739625e commit c95a8a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_icons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
commit-message: 'Built new icons, icomoon.json and devicon.css'
4949
title: 'bot:build new icons, icomoon.json and devicon.css'
5050
body: 'Automated font-building task ran by GitHub Actions bot'
51-
delete-branch: true
51+
delete-branch: ${{true}}

0 commit comments

Comments
 (0)