-
-
Notifications
You must be signed in to change notification settings - Fork 22
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] <title>Errors in action.yml #167
Comments
You have a similar error in your other repo for changed-files |
Thanks for reporting this issue, don't forget to star this project to help us reach a wider audience. |
@sorozco07 Can you elaborate on what you are trying to do and where you are running the action I.e self hosted runner etc ? |
Based on the error your having I’ll suggest verifying if you can run composite actions on the runner version you are using if it’s a case of using a self hosted runner. Giving that this error isn’t an issue of the action itself and a compatibility problem with running composite actions, I’ll be closing this issue. |
I'm trying to check if a file in my repo changed in an AWS EC2 instance as my runner. I've followed your examples and I kept getting the same error that points to a line in your code. Does your comment still apply non-self hosted runners? |
You’ll need to upgrade the version of the runner application you have on AWS EC2
|
Is there an existing issue for this?
Does this issue exist in the latest version?
Describe the bug?
I am running this in GitHub actions and see this error
I looked at your code and saw that line 32 looks which is the glob match step looks like this:
I am almost certain that
- run
should not have-
.To Reproduce
I'm using version 9 of action.yml
What OS are you seeing the problem on?
ubuntu-latest or ubuntu-20.04
Expected behavior?
I expected no errors.
Relevant log output
No response
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: