Skip to content

Commit

Permalink
Quoting 'description' value in 'branch-checkout-args' input parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
dprada committed Jan 23, 2024
1 parent 05e949e commit ae149a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ inputs:
required: false
default: 'main'
branch-checkout-args:
description: Arguments to pass to `git checkout`: `git checkout ${checkout-args} "${branch}"`
description: >-
Arguments to pass to `git checkout`: `git checkout ${checkout-args} "${branch}"`
required: false
default: ''
dir_docs:
Expand Down

0 comments on commit ae149a8

Please sign in to comment.