Skip to content

Commit

Permalink
rename the branch created by the workflow and set the base branch to …
Browse files Browse the repository at this point in the history
…the same branch which executed the action
  • Loading branch information
amacado committed Apr 9, 2021
1 parent 0bc8d3c commit 573a8af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ jobs:
Adios,
Build Bot :sunglasses:
with:
branch: 'master-build-result'
base: 'master'
branch: 'bot/build-result'
commit-message: 'Built new icons, icomoon.json and devicon.css'
title: 'bot:build new icons, icomoon.json and devicon.css'
body: ${{ format(env.MESSAGE, fromJSON(steps.imgur_step.outputs.imgur_urls)[0] ) }}
Expand Down

0 comments on commit 573a8af

Please sign in to comment.