Skip to content

fix: delete-deployments dry-run input#1430

Merged
erikburt merged 1 commit intomainfrom
fix/delete-deployments-dry-run
Feb 25, 2026
Merged

fix: delete-deployments dry-run input#1430
erikburt merged 1 commit intomainfrom
fix/delete-deployments-dry-run

Conversation

@erikburt
Copy link
Contributor

@erikburt erikburt commented Feb 25, 2026

Add a default, because apparently const inputValue = core.getBooleanInput(inputKey, { required: false }) still throws an errorr if the input is empty?

For example: https://github.com/smartcontractkit/chainlink/actions/runs/22414538666/job/64896605517

Error: Action failed: TypeError: Input does not meet YAML 1.2 "Core Schema" specification: dry-run

Testing

Confirmed locally that if the input is not supplied, it errors for some reason. And so defaulting should fix this...


DX-2999

@erikburt erikburt self-assigned this Feb 25, 2026
@erikburt erikburt marked this pull request as ready for review February 25, 2026 20:33
@erikburt erikburt requested a review from a team as a code owner February 25, 2026 20:33
@erikburt erikburt merged commit 6efc62a into main Feb 25, 2026
17 checks passed
@erikburt erikburt deleted the fix/delete-deployments-dry-run branch February 25, 2026 20:37
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