We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347eee5 commit 065bd26Copy full SHA for 065bd26
1 file changed
action.yml
@@ -2,7 +2,7 @@ name: 'Rebuild Stale PullRequests'
2
description: 'Automatically rebuild pull requests when they become stale or the target branch changes.'
3
inputs:
4
github_token:
5
- description: 'GITHUB_TOKEN, must be specified to be the value: ${{ secrets.GITHUB_TOKEN }}'
+ description: 'GITHUB_TOKEN, must be specified to be the value: {{ secrets.GITHUB_TOKEN }}'
6
branding:
7
icon: 'arrow-right-circle'
8
color: 'green'
0 commit comments