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: correctly specify path for hashFiles #12

Merged
merged 1 commit into from
Oct 31, 2024
Merged

Conversation

philipreinken
Copy link
Contributor

hashFiles is always evaluated in the GITHUB_WORKSPACE, so we need to prepend the shopware root directory for the condition to correctly evaluate.

`hashFiles` is always evaluated in the [GITHUB_WORKSPACE](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/evaluate-expressions-in-workflows-and-actions#hashfiles), so we need to prepend the shopware root directory for the condition to correctly evaluate.
@philipreinken philipreinken self-assigned this Oct 30, 2024
@philipreinken philipreinken marked this pull request as ready for review October 30, 2024 17:37
@shyim shyim merged commit c57d8d4 into main Oct 31, 2024
5 checks passed
@shyim shyim deleted the philipreinken-patch-1 branch October 31, 2024 08:15
philipreinken added a commit that referenced this pull request Oct 31, 2024
In addition to [yesterday's change](#12), this one is necessary to fix the ATS job in shopware/shopware. `inputs.path` is empty in that case and the rendered path given to `hashFiles` would be an absolute one otherwise.
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.

2 participants