We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea9d97 commit 111366fCopy full SHA for 111366f
.github/workflows/label-workflow-changes.yml
@@ -33,7 +33,7 @@ jobs:
33
owner: context.repo.owner,
34
repo: context.repo.repo,
35
name: labelName,
36
- color: '#f9d0c4',
+ color: 'f9d0c4',
37
description: 'This PR modifies GitHub Actions workflows'
38
});
39
console.log(`Label "${labelName}" created`);
0 commit comments