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(renovate): fix dry-run mode for manual trigger #252

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

iainlane
Copy link
Member

@iainlane iainlane commented Sep 19, 2024

Even though we have type: boolean on the input, in run logs, we can see that we get a string when using it:

....Evaluating String:
....=> 'inputs'
..=> Object
..Evaluating String:
..=> 'dry-run'
=> 'false'

This means the expression doesn't work. So we'll need to compare with `'true`` as a string. Sad face.

Even though we have `type: boolean` on the input, in [run logs], we can
see that we get a string when using it:

```
....Evaluating String:
....=> 'inputs'
..=> Object
..Evaluating String:
..=> 'dry-run'
=> 'false'
```

So we'll need to compare with `'true`` as a string. Sad face.

[run logs]: https://github.com/grafana/shared-workflows/actions/runs/10940222859/job/30372257412
@iainlane iainlane changed the title fix(renovate): Fix dry-run mode for manual trigger fix(renovate): fix dry-run mode for manual trigger Sep 19, 2024
@iainlane iainlane marked this pull request as ready for review September 19, 2024 12:00
@iainlane iainlane requested a review from a team as a code owner September 19, 2024 12:00
@iainlane iainlane added this pull request to the merge queue Sep 19, 2024
Merged via the queue into main with commit c1dacd0 Sep 19, 2024
9 checks passed
@iainlane iainlane deleted the iainlane/renovate-fix-dry-run branch September 19, 2024 14:03
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