Skip to content

Commit

Permalink
ci(bump): Update action to apply inline style substitutions
Browse files Browse the repository at this point in the history
  • Loading branch information
junghoon-vans committed Jan 1, 2023
1 parent d6d4b33 commit 89dc5bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
env:
BADGE_LINK: https://img.shields.io/github/actions/workflow/status/junghoon-vans/varst/python-publish.yml
with:
substitutions: >-
'GitHub Workflow Status=${{ env.BADGE_LINK }}?branch=v${{ env.REVISION }}'
substitutions: 'GitHub Workflow Status=${{ env.BADGE_LINK }}?branch=v${{ env.REVISION }}'

- name: Push updated files to repository
if: env.LATEST_TAG != env.REVISION
Expand Down

0 comments on commit 89dc5bc

Please # to comment.