-
Notifications
You must be signed in to change notification settings - Fork 9
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
[BUG]: Cannot access 'check-pull-request-title' action in my Github Actions workflow #1
Comments
This action is probably not public. Please publish! @DylanVann |
Maybe referring to master instead of v1 might work @happyvig steps:
- uses: actions/checkout@v1
- uses: dylanvann/check-pull-request-title@master <- change |
https://github.com/marketplace/actions/pull-request-title-rules |
that's a different action altogether lol. anyway this one doesn't work cuz it does not include any of the dependencies nor a pre-compiled bundle; i.e. the maintainer failed to follow the process for authoring a custom javascript github action. in short: use the action as suggested by @Robin-Thomas-577. |
I tried using your action in my workflow in the same syntax as mentioned in the README. Getting the following error :
Please help.
The text was updated successfully, but these errors were encountered: