Fix: label has space in name

This commit is contained in:
Nicholas Wallace 2024-07-29 18:08:40 -07:00
parent 6f5ffcb1f8
commit 73e4293f04

View File

@ -14,7 +14,7 @@ jobs:
- name: Close issues marked as fixed upon a release.
uses: gcampbell-msft/fixed-pending-release@7fa1b75a0c04bcd4b375110522878e5f6100cff5
with:
label: awaiting-release
label: 'awaiting release'
removeLabel: true
applyToAll: true
message: Fixed in [${releaseTag}](${releaseUrl}).