Skip to content

Commit 547a53a

Browse files
committed
fix working dir usage
1 parent f669e50 commit 547a53a

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,8 @@ post-publish:
360360
## Python Labs Helper Scripts
361361

362362
These scripts are opinionated helper scripts for Python releases in MongoDB Labs.
363+
In contrast to the regulare Python scripts, it does not generate the
364+
SSDLC compliance assets or upload anything to S3.
363365

364366
### Pre-Publish
365367

python-labs/pre-publish/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ runs:
3333
pip install build
3434
- name: Handle inputs
3535
shell: bash
36+
working-directory: ${{ inputs.working_directory }}
3637
env:
3738
DRY_RUN: "${{ inputs.dry_run }}"
3839
run: |

python/pre-publish/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ runs:
3838
pip install build
3939
- name: Handle inputs
4040
shell: bash
41+
working-directory: ${{ inputs.working_directory }}
4142
env:
4243
VERSION: "${{ inputs.version }}"
4344
DRY_RUN: "${{ inputs.dry_run }}"

0 commit comments

Comments
 (0)