We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd192d7 commit 9ad2154Copy full SHA for 9ad2154
1 file changed
action.yml
@@ -40,7 +40,7 @@ runs:
40
if: env.REPO_NAME == github.repository
41
id: set_org_name
42
with:
43
- github-token: ${{input.github-token}}
+ github-token: ${{inputs.github-token}}
44
result-encoding: string
45
script: return process.env.GITHUB_REPOSITORY.split('/')[0]
46
- name: Get PullRequests
0 commit comments