Skip to content

Commit 0868186

Browse files
committed
description doesn't escape the ${{}}
1 parent 8285ad6 commit 0868186

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ inputs:
3636
description: 'Comma separated list of user ids to totally ignore always, useful for owners of an org you do not want accidentally removed'
3737
required: false
3838
github-token:
39-
description: github token to use to pull the docker image ${{ secrets.GITHUB_TOKEN }} is probably fine
39+
description: github token to use to pull the docker image secrets.GITHUB_TOKEN is probably fine
4040
required: true
4141
github-actor:
42-
description: github actor to use to pull the docker image ${{ github.actor }} is probably fine
42+
description: github actor to use to pull the docker image github.actor is probably fine
4343
required: true
4444
runs:
4545
using: "composite"

0 commit comments

Comments
 (0)