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 script reference #13

Merged
merged 3 commits into from
Apr 22, 2024
Merged

Fix script reference #13

merged 3 commits into from
Apr 22, 2024

Conversation

rvermeulen
Copy link
Contributor

This PR resolves #11.

When used as a dependency in another repository the composite Action doesn't automatically make the referenced scripts available. In the test workflow we performed a checkout of the repository before the use of the Action to make the test cases available. This also made the scripts the Action relies upon available so it worked fine.

In this PR we inlined the scripts to resolve this issue.

The composite action doesn't automatically download referenced scripts
when used in another repository's workflow.
By inlining the scripts we resolve the missing script file issue.
This allows us to test the inlined download action as it would be used
when the action is used in a different repository.
@rvermeulen rvermeulen merged commit e353290 into main Apr 22, 2024
1 check passed
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.

Actions fail when used as a dependency in other repositories
1 participant