Skip to content

Commit 0761c2e

Browse files
committed
Try to fix it with a double $
1 parent c502e94 commit 0761c2e

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
@@ -11,7 +11,7 @@ inputs:
1111
required: false
1212
default: ".github/importmap-updates.yml"
1313
github-token:
14-
description: "Token used by gh to list, open, edit, and close PRs. Pass ${{ secrets.GITHUB_TOKEN }}."
14+
description: "Token used by gh to list, open, edit, and close PRs. Pass $${{ secrets.GITHUB_TOKEN }}."
1515
required: true
1616
base-branch:
1717
description: "Branch to base PRs against."

0 commit comments

Comments
 (0)