Skip to content

Commit 9d12d1a

Browse files
authored
Merge pull request #331 from dafyddj/ci/workflows
ci(workflows): remove trailing comma
2 parents 725b3e3 + 5039aba commit 9d12d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
Test / Kitchen (debian-11-master),
103103
Test / Kitchen (ubuntu-2404-master),
104104
Test / Kitchen (ubuntu-2204-master),
105-
Test / Kitchen (ubuntu-2004-master),
105+
Test / Kitchen (ubuntu-2004-master)
106106
ignore_pattern: ^GitLab CI
107107
token: ${{ secrets.GITHUB_TOKEN }}
108108
- run: echo "::notice ::Workflow success!"

0 commit comments

Comments
 (0)