Skip to content

Commit

Permalink
fix: labels env inputted as separate args in run command of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
UnschooledGamer committed Oct 22, 2024
1 parent 134b846 commit 0344de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-Preview-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: gh pr edit $PR --remove-label $labels
env:
PR: ${{ github.event.pull_request.number }}
labels: PR Manual CI RUN
labels: 'PR Manual CI RUN'

0 comments on commit 0344de0

Please sign in to comment.