Skip to content

Commit c639d96

Browse files
committed
docs: Fix image size
1 parent 9c52277 commit c639d96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ When we create a commit with a message `docs: Update some post`, a deployment co
397397
commit_message: ${{ github.event.head_commit.message }}
398398
```
399399

400-
![Set a custom commit message - GitHub Actions for GitHub Pages](./images/commit_message.jpg)
400+
<img width="400px" alt="Set a custom commit message - GitHub Actions for GitHub Pages" src="./images/commit_message.jpg">
401401

402402
To set a full custom commit message without a triggered commit hash,
403403
use the `full_commit_message` option instead of the `commit_message` option.

0 commit comments

Comments
 (0)