mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-01-24 20:09:01 +00:00
docs: Use head_commit instead of commits[0]
This commit is contained in:
parent
76351d52b8
commit
37729f1bb3
@ -343,7 +343,7 @@ When we create a commit with a message `docs: Update some post`, a deployment co
|
||||
PUBLISH_BRANCH: gh-pages
|
||||
PUBLISH_DIR: ./public
|
||||
with:
|
||||
commitMessage: ${{ github.event.commits[0].message }}
|
||||
commitMessage: ${{ github.event.head_commit.message }}
|
||||
```
|
||||
|
||||
### ⭐️ Script mode
|
||||
|
Loading…
x
Reference in New Issue
Block a user