-
Notifications
You must be signed in to change notification settings - Fork 3
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
Hotfix for the setup action #56
Conversation
One problem remains: When someone wants to use a specific version of the |
Should we roll-back the |
I don't think that is necessary. For now I pinned the used The failing check is completely unrelated to the changes here; There appears to be some problem with the |
@mmhat would you mind rebasing your commits on |
eeb5a9a
to
a1be066
Compare
@Kleidukos I rebased the changes. I also used an commit SHA to pin the |
In #47 we moved the setup of the
get-tested
tool to an own reusable action called thesetup-get-tested
action.There, the
setup-get-tested
is referenced in theget-tested
action using a relative path./setup-get-tested
as it was assumed that this resolves to the location of the of the clonedget-tested
repository when theget-tested
is used by another project.It turns out the assumption was wrong, hence we need to reference the
setup-get-tested
action in theget-tested
action using theOWNER/REPO[/PATH]@REF
syntax.