Skip to content

Commit

Permalink
docs: Fix image size
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed May 4, 2020
1 parent 9c52277 commit c639d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ When we create a commit with a message `docs: Update some post`, a deployment co
commit_message: ${{ github.event.head_commit.message }}
```

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

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

0 comments on commit c639d96

Please sign in to comment.