Skip to content

🪲 [Fix]: Ensure Prerelease input defaults to false in tests #58

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

Merged
merged 6 commits into from
Jun 27, 2025

Conversation

MariusStorhaug
Copy link
Member

Description

This pull request includes a small change to the .github/workflows/Action-Test.yml file. The change ensures that the Prerelease input defaults to false if not explicitly provided.

Type of change

  • 📖 [Docs]
  • 🪲 [Fix]
  • 🩹 [Patch]
  • ⚠️ [Security fix]
  • 🚀 [Feature]
  • 🌟 [Breaking change]

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

@MariusStorhaug MariusStorhaug self-assigned this Jun 27, 2025
@Copilot Copilot AI review requested due to automatic review settings June 27, 2025 07:58
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

A bug fix to ensure that the Prerelease input defaults to false in tests.

  • Updated the .github/workflows/Action-Test.yml file to use the expression "${{ inputs.Prerelease || false }}" for defaulting the Prerelease input.
Comments suppressed due to low confidence (1)

.github/workflows/Action-Test.yml:34

  • Ensure that 'inputs.Prerelease' is correctly interpreted as a boolean. If the input may be received as a string, consider applying an explicit conversion to guarantee that the default value false is used as intended.
      Prerelease: ${{ inputs.Prerelease || false }}

@MariusStorhaug MariusStorhaug merged commit 5de71fb into main Jun 27, 2025
65 checks passed
@MariusStorhaug MariusStorhaug deleted the fixFromMainRun branch June 27, 2025 08:50
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.

1 participant