We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9de281 commit ac6bbc7Copy full SHA for ac6bbc7
.github/workflows/release-python.yml
@@ -43,7 +43,7 @@ jobs:
43
version: ${{ steps.pre-publish.outputs.version }}
44
steps:
45
- run: |
46
- env
+ echo "DRY RUN? ${{ env.DRY_RUN}}"
47
echo "INPUTS? ${{inputs.dry_run}}"
48
exit 1
49
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
0 commit comments