We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8285ad6 commit 0868186Copy full SHA for 0868186
action.yml
@@ -36,10 +36,10 @@ inputs:
36
description: 'Comma separated list of user ids to totally ignore always, useful for owners of an org you do not want accidentally removed'
37
required: false
38
github-token:
39
- description: github token to use to pull the docker image ${{ secrets.GITHUB_TOKEN }} is probably fine
+ description: github token to use to pull the docker image secrets.GITHUB_TOKEN is probably fine
40
required: true
41
github-actor:
42
- description: github actor to use to pull the docker image ${{ github.actor }} is probably fine
+ description: github actor to use to pull the docker image github.actor is probably fine
43
44
runs:
45
using: "composite"
0 commit comments