Skip to content

Commit

Permalink
Reverting change on default value of message (can't get it right)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Oct 9, 2024
1 parent d701180 commit 0c48196
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions post-artifact/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ inputs:
or as GFM formatted link. Use the `{ artifact-name }`
placeholder to include the artifact name in the message.
required: false
default: |
Thank you for your contribution @${{ github.actor }} :rocket:! Your \
{ artifact-name } is ready for download :point_right: \
[here]({ artifact-url }) :point_left:!
default: 'Thank you for your contribution @${{ github.actor }} :rocket:! Your { artifact-name } is ready for download :point_right: [here]({ artifact-url }) :point_left:!'
python:
description: |
The path to the Python executable. This input is optional and
Expand Down

0 comments on commit 0c48196

Please sign in to comment.