Skip to content

Commit

Permalink
GH Actions/reusable merge conflict check: quote variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Dec 22, 2024
1 parent 07dbec7 commit 2910022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-merge-conflict-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
try {
await github.rest.issues.createLabel({
...context.repo,
name: ${{ inputs.dirtyLabel }}
name: "${{ inputs.dirtyLabel }}"
});
} catch(e) {
// Ignore if labels exist already.
Expand Down

0 comments on commit 2910022

Please sign in to comment.