We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ecafe commit 1ebcdfbCopy full SHA for 1ebcdfb
README.md
@@ -478,7 +478,7 @@ a Slack channel before posting a message:
478
token: ${{ secrets.SLACK_BOT_TOKEN }}
479
payload: |
480
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 }}"
+ text: "A PR was created <!date^${{ steps.conversation.outputs.time }}^{date_num} at {time_secs}|just now>: ${{ github.event.pull_request.html_url }}"
482
```
483
484
## License
0 commit comments