Skip to content

Commit ff2db90

Browse files
author
Jose Diaz-Gonzalez
committed
fix: escape single-quote
1 parent 7438587 commit ff2db90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ inputs:
1919
required: false
2020
default: 'deploy'
2121
git_push_flags:
22-
description: 'The dokku app's git repository url (in SSH format)'
22+
description: 'The dokku app\'s git repository url (in SSH format)'
2323
required: true
2424
git_remote_url:
2525
description: 'A string containing a set of flags to set on push'

0 commit comments

Comments
 (0)