Skip to content

Commit 1ebcdfb

Browse files
committed
docs(style): include a joining word between dates and time
1 parent 47ecafe commit 1ebcdfb

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
@@ -478,7 +478,7 @@ a Slack channel before posting a message:
478478
token: ${{ secrets.SLACK_BOT_TOKEN }}
479479
payload: |
480480
channel: ${{ steps.conversation.outputs.channel_id }}
481-
text: "A PR was created <!date^${{ steps.conversation.outputs.time }}^{date_num} {time_secs}|just now>: ${{ github.event.pull_request.html_url }}"
481+
text: "A PR was created <!date^${{ steps.conversation.outputs.time }}^{date_num} at {time_secs}|just now>: ${{ github.event.pull_request.html_url }}"
482482
```
483483

484484
## License

0 commit comments

Comments
 (0)