Skip to content

Commit 111366f

Browse files
committed
Fix label color format
1 parent aea9d97 commit 111366f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/label-workflow-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
owner: context.repo.owner,
3434
repo: context.repo.repo,
3535
name: labelName,
36-
color: '#f9d0c4',
36+
color: 'f9d0c4',
3737
description: 'This PR modifies GitHub Actions workflows'
3838
});
3939
console.log(`Label "${labelName}" created`);

0 commit comments

Comments
 (0)