Skip to content

Commit 9ad2154

Browse files
committed
input -> inputs
1 parent dd192d7 commit 9ad2154

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
@@ -40,7 +40,7 @@ runs:
4040
if: env.REPO_NAME == github.repository
4141
id: set_org_name
4242
with:
43-
github-token: ${{input.github-token}}
43+
github-token: ${{inputs.github-token}}
4444
result-encoding: string
4545
script: return process.env.GITHUB_REPOSITORY.split('/')[0]
4646
- name: Get PullRequests

0 commit comments

Comments
 (0)