Skip to content

Conversation

@aldy505
Copy link
Contributor

@aldy505 aldy505 commented Dec 11, 2025

Closes #23

Comment on lines 47 to +57
echo "${VIRTUAL_ENV}/${SCRIPT_DIR}" >> $GITHUB_PATH
shell: bash
working-directory: ${{ inputs.working-directory }}
- run: ${{ inputs.install-cmd }}
if: inputs.install-cmd != '' && steps.cache-venv.outputs.cache-hit != 'true'
shell: bash
working-directory: ${{ inputs.working-directory }}

This comment was marked as outdated.

@joshuarli joshuarli merged commit 956f5c7 into getsentry:main Dec 11, 2025
8 checks passed
@aldy505 aldy505 deleted the feat/support-custom-working-directory branch December 11, 2025 21: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.

Support custom input for working-directory

2 participants