Skip to content

Conversation

@Jasrags
Copy link
Contributor

@Jasrags Jasrags commented Jun 13, 2025

Description

This PR will update the build step to do a checkout action to fix an issue with the action run

Changes

Provide a bullet point list of noteworthy changes in this Pull Request:

  • Added actions/checkout@v4 on build-and-release step

@Jasrags Jasrags self-assigned this Jun 13, 2025
@Jasrags Jasrags added the bug Something isn't working label Jun 13, 2025
@Jasrags Jasrags marked this pull request as ready for review June 13, 2025 15:06
@Jasrags Jasrags requested a review from Volte6 as a code owner June 13, 2025 15:06
@Jasrags Jasrags requested review from colinsenner and Copilot June 13, 2025 15:07
Copy link
Contributor

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

This PR ensures the build job has the repository checked out before running build steps.

  • Adds actions/checkout@v4 as the first step in the build-and-release job to fix missing source code during the build.
Comments suppressed due to low confidence (1)

.github/workflows/build-and-release.yml:27

  • [nitpick] Consider adding a name: to this step (e.g., name: "Checkout code") to make the workflow logs clearer.
- uses: actions/checkout@v4

@Jasrags Jasrags merged commit 2c1f5b5 into master Jun 16, 2025
7 checks passed
@Jasrags Jasrags deleted the fix_build_step branch June 16, 2025 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants