From c95a8a17b0ed152583a9b824fe1f774ad4e96590 Mon Sep 17 00:00:00 2001 From: Thomas Bui Date: Sun, 11 Oct 2020 23:14:50 -0700 Subject: [PATCH] Fix the delete-branch arg in the workflow yaml --- .github/workflows/build_icons.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_icons.yml b/.github/workflows/build_icons.yml index 393d6b5a..fd3fa279 100644 --- a/.github/workflows/build_icons.yml +++ b/.github/workflows/build_icons.yml @@ -48,4 +48,4 @@ jobs: commit-message: 'Built new icons, icomoon.json and devicon.css' title: 'bot:build new icons, icomoon.json and devicon.css' body: 'Automated font-building task ran by GitHub Actions bot' - delete-branch: true + delete-branch: ${{true}}