Skip to content

Commit 9d9fbdc

Browse files
committed
fix /github/workspace/README.md:48 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
1 parent 108eea0 commit 9d9fbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ permissions:
4545

4646
Note: it would be possible to use `git-user-name` and `git-user-email` as inputs to set-up the info about the author of the commits, but for clarity [actions/checkout](https://github.com/actions/checkout?tab=readme-ov-file#push-a-commit-using-the-built-in-token) recommends
4747

48-
```
48+
```bash
4949
git config user.name "github-actions[bot]"
5050
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
5151
```

0 commit comments

Comments
 (0)