-
Notifications
You must be signed in to change notification settings - Fork 156
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
params NOT WORK #635
Comments
Taking a look |
To determine if it's related to #602 , I checked out the commit right before that PR's merge (fdcc93a): test script (added second step in case this is about the ${})
The output of step 1 is:
Then I checked the tip of main (a20bd1d) and using same dag, I can reproduce your bug report:
Then I run the commit where #602 was merged in (9ef8153) The output is:
SummaryPre #602 : it output commit=""1"" In none of the cases does it explicitly Finding
Next StepI'll git bisect to find where this changed after 602 landed. |
Using git bisect:
I find the following: e78459b is the first bad commit which looks like part of a large refactor. |
@yohamta Can you please take a look since you know the code in the refactor? |
@zph Thank you very much for the thorough investigation! This is extremely helpful. I will take a look shortly. |
The issue has been resolved in |
use script:
output:
params not declare. please check it. thanks
maybe from version 1.13.1 : (bug) Fix params quoting when using quotes on value by @zph in #602
just use
${commit//\"}
, output not include quotes on value.The text was updated successfully, but these errors were encountered: