Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Jan 26, 2025
1 parent 59f44c2 commit 8c403d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual_test_builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
export PKG_FAMILY_LOCAL
echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"
##Rebuild
if [ "${{ github.event.inputs.rebuild }}"" == "false" ] ; then
if [ "${{ github.event.inputs.rebuild }}" == "false" ] ; then
export SBUILD_REBUILD="false"
else
export SBUILD_REBUILD="true"
Expand Down

0 comments on commit 8c403d0

Please sign in to comment.