Skip to content
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

Fix a binary name for gh-action in usage #36

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Fix a binary name for gh-action in usage #36

merged 1 commit into from
Apr 23, 2024

Conversation

Kuniwak
Copy link
Member

@Kuniwak Kuniwak commented Apr 23, 2024

Before

$ gh-action --help
usage: unity-meta-check-gh-action -inputs-json <json>
  -inputs-json string
        JSON string of "inputs" context value of GitHub Actions
  -version
        print version

After

$ gh-action --help
usage: gh-action -inputs-json <json>
  -inputs-json string
        JSON string of "inputs" context value of GitHub Actions
  -version
        print version

Acknowledgment

ReportedBy: @ponkio-o


Contribution License Agreement

@Kuniwak Kuniwak added the bug Something isn't working label Apr 23, 2024
@Kuniwak Kuniwak self-assigned this Apr 23, 2024
Copy link
Contributor

@ponkio-o ponkio-o left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Kuniwak Kuniwak merged commit 39b60d9 into master Apr 23, 2024
3 checks passed
@Kuniwak Kuniwak deleted the fix-usage branch April 23, 2024 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants