Skip to content

Commit 065bd26

Browse files
committed
Escape the $ in the description.
1 parent 347eee5 commit 065bd26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Rebuild Stale PullRequests'
22
description: 'Automatically rebuild pull requests when they become stale or the target branch changes.'
33
inputs:
44
github_token:
5-
description: 'GITHUB_TOKEN, must be specified to be the value: ${{ secrets.GITHUB_TOKEN }}'
5+
description: 'GITHUB_TOKEN, must be specified to be the value: {{ secrets.GITHUB_TOKEN }}'
66
branding:
77
icon: 'arrow-right-circle'
88
color: 'green'

0 commit comments

Comments
 (0)