-
Notifications
You must be signed in to change notification settings - Fork 2.4k
fix checkout for non mac builds #3408
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
Conversation
| 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 || '' }} |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
* 'main' of github.com:block/goose: fix checkout for non mac builds (#3408)
…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)
does not affect builds. Signed-off-by: Adam Tarantino <[email protected]>
* 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)
does not affect builds. Signed-off-by: Soroosh <[email protected]>
does not affect builds. Signed-off-by: Kyle Santiago <[email protected]>
does not affect builds.
No description provided.