Skip to content

Conversation

@Kvadratni
Copy link
Contributor

No description provided.

with:
ref: ${{ inputs.ref }}
# Only pass ref if it's explicitly set, otherwise let checkout action use its default behavior
ref: ${{ inputs.ref != '' && inputs.ref || '' }}
Copy link
Collaborator

Choose a reason for hiding this comment

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

maybe I'm missing something, but this looks like if inputs.ref is an empty string we will pass an empty string? how is that different from the prior behavior?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

honestly just making it the same as the mac workflow as that one is the only one that actually does the right thing

@Kvadratni Kvadratni merged commit 99e4dee into main Jul 14, 2025
8 checks passed
@Kvadratni Kvadratni deleted the mnovich/align-builds branch July 14, 2025 18:00
zanesq added a commit that referenced this pull request Jul 14, 2025
* 'main' of github.com:block/goose:
  fix checkout for non mac builds (#3408)
zanesq added a commit that referenced this pull request Jul 14, 2025
…update

* 'zane/ui-update' of github.com:block/goose:
  fix sidebar animations after removing framer motion
  removed staggering animation from session items to reduce animations on load
  fix checkout for non mac builds (#3408)
atarantino pushed a commit to atarantino/goose that referenced this pull request Jul 14, 2025
does not affect builds.

Signed-off-by: Adam Tarantino <[email protected]>
lifeizhou-ap added a commit that referenced this pull request Jul 15, 2025
* main:
  fix: convert invalid recipe variable name to raw content (#3420)
  center goose mobile screenshot (#3418)
  docs: model context limit overrides (#3377)
  docs: Subagents (#3402)
  fix: avoid pass encoded empty string to goose run --recipe (#3361)
  ux: alphabetize extensions (#3416)
  fix: message concatenation in server session management (#3412)
  refactor: streamline memory directory management (#3345)
  feat: Add AZURE_OPENAI_API_KEY as a visible config parameter (#3265)
  feat: stream LLM responses (#2677)
  fix checkout for non mac builds (#3408)
  Docs: Voice dictation in Goose Desktop (#3376)
  docs: cli theme persistence (#3398)
  docs: goose mobile (#3403)
s-soroosh pushed a commit to s-soroosh/goose that referenced this pull request Jul 18, 2025
does not affect builds.

Signed-off-by: Soroosh <[email protected]>
kwsantiago pushed a commit to kwsantiago/goose that referenced this pull request Jul 19, 2025
does not affect builds.

Signed-off-by: Kyle Santiago <[email protected]>
cbruyndoncx pushed a commit to cbruyndoncx/goose that referenced this pull request Jul 20, 2025
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.

3 participants