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(core): resolve templates in source.path #5345

Merged
merged 1 commit into from Nov 4, 2023

Conversation

thsig
Copy link
Collaborator

@thsig thsig commented Nov 3, 2023

What this PR does / why we need it:

Before this fix, we weren't resolving template strings on the optional source.path action config field. This caused errors when git was called on a path that still had unresolved template strings.

This was fixed by preprocessing action configs (which resolves template strings on them) before passing the paths to the VCS helper that computes minimal roots.

Before this fix, we weren't resolving template strings on the optional
`source.path` action config field. This caused errors when `git` was
called on a path that still had unresolved template strings.

This was fixed by preprocessing action configs (which resolves template
strings on them) before passing the paths to the VCS helper that
computes minimal roots.
@eysi09 eysi09 added this pull request to the merge queue Nov 4, 2023
Merged via the queue into main with commit 1efbab5 Nov 4, 2023
44 checks passed
@eysi09 eysi09 deleted the source-path-template-string-fix branch November 4, 2023 19:43
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.

None yet

2 participants