这是indexloc提供的服务,不要输入任何密码
Skip to content

Fix input parameter alignment: github_token instead of token #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 30, 2023

Conversation

maxdanilov
Copy link
Contributor

The action's input parameter is github_action (https://github.com/github/update-project-action/blob/main/action.yml#L24) but the TypeScript code is looking for token.

This renders the action unusable (passing github_token is leading to failure (the code is looking for token instead) as well as token (unexpected parameter)).

@benbalter benbalter enabled auto-merge January 30, 2023 18:38
@benbalter benbalter merged commit b575739 into github:main Jan 30, 2023
maxdanilov added a commit to maxdanilov/update-project-action that referenced this pull request Jan 31, 2023
maxdanilov added a commit to maxdanilov/update-project-action that referenced this pull request Jan 31, 2023
maxdanilov added a commit to maxdanilov/update-project-action that referenced this pull request Jan 31, 2023
@maxdanilov maxdanilov deleted the fix-github-token-input-parameter branch January 31, 2023 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants