Skip to content

Commit

Permalink
fix(purebump): Use double quotes to pass "ready to merge" label to ac…
Browse files Browse the repository at this point in the history
…tion (#7875)
  • Loading branch information
christopherthielen authored Feb 12, 2020
1 parent d4894dd commit bb51ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/approve_package_bumps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
with:
github-token: '${{ secrets.SPINNAKERBOT_TOKEN }}'

- name: ready to merge label
- name: Add ready to merge label
if: steps.purebump.outputs.ispurebump == 'true'
uses: actions/[email protected]
with:
args: label 'ready to merge'
args: label "ready to merge"
env:
GITHUB_TOKEN: ${{ secrets.SPINNAKERBOT_TOKEN }}

0 comments on commit bb51ff6

Please sign in to comment.