Skip to content

Commit

Permalink
Wrap title with double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Jan 23, 2020
1 parent 2a28178 commit a4bd321
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion action.yml
Expand Up @@ -22,4 +22,5 @@ runs:
args:
- ${{ inputs.report-md-path }}
- ${{ inputs.public-image-url }}
- ${{ inputs.title }}
- "${{ inputs.title }}"

3 changes: 2 additions & 1 deletion entrypoint.sh
Expand Up @@ -2,4 +2,5 @@

set -e

python /report.py $@
python /report.py $1 $2 "$3"

0 comments on commit a4bd321

Please sign in to comment.