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 e2b0272 commit fd80551Copy full SHA for fd80551
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Update formatted code
29
uses: stefanzweifel/git-auto-commit-action@v4
30
with:
31
- commit_message: Update generated files as of ${{ github.sha }}
+ commit_message: Format code using Prettier
32
file_pattern: .
33
test:
34
runs-on: ubuntu-20.04
0 commit comments