Skip to content

Commit d3e20a5

Browse files
test
1 parent 5d8116a commit d3e20a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/silabs-require-admin-action-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Check for sl-require-admin-action label
2323
run: |
24-
if contains(github.event.pull_request.labels.*.name, 'sl-require-admin-action'); then
24+
if contains(${{github.event.pull_request.labels.*.name}} , 'sl-require-admin-action'); then
2525
echo "The sl-require-admin-action label is present. Failing the job."
2626
if ! contains(github.event.pull_request.comments.*.body, 'The CI failure for this job is normal. An admin must do the merge.'); then
2727
echo "The CI failure for this job is normal. An admin must do the merge." | gh pr comment ${{ github.event.pull_request.number }} --repo ${{ github.repository }}

0 commit comments

Comments
 (0)