We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6423082 commit 00f5ee1Copy full SHA for 00f5ee1
1 file changed
.github/workflows/nodejs.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: EndBug/add-and-commit@v9
31
continue-on-error: true
32
with:
33
- message: chore(${{ env.NAME }}) lint using actions
+ message: "chore: ${{ env.NAME }}: actions: lint ☘️"
34
- name: Coverage
35
run: redrun coverage report
36
- name: Coveralls
0 commit comments