Skip to content

Commit

Permalink
docs(fix): wrap a numeric float in quotations to make it a string
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeg committed Oct 22, 2024
1 parent f19da83 commit 9bc0ad9
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 @@ -207,7 +207,7 @@ inputs to current ones:
token: ${{ secrets.SLACK_BOT_TOKEN }}
payload: |
channel: ${{ secrets.SLACK_CHANNEL_ID }}
ts: ${{ steps.slack.outputs.ts }}
ts: "${{ steps.slack.outputs.ts }}"
text: "Deployment finished! :rocket:"
attachments:
- color: "28a745"
Expand Down

0 comments on commit 9bc0ad9

Please sign in to comment.