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 de09181 commit df7304dCopy full SHA for df7304d
.github/workflows/release-python.yml
@@ -20,7 +20,6 @@ env:
20
# Changes per repo
21
PRODUCT_NAME: PyMongo
22
# Changes per branch
23
- SILK_ASSET_GROUP: mongodb-python-driver
24
EVERGREEN_PROJECT: mongo-python-driver
25
# Constant
26
# inputs will be empty on a scheduled run. so, we only set dry_run
@@ -122,7 +121,6 @@ jobs:
122
121
version: ${{ env.VERSION }}
123
following_version: ${{ env.FOLLOWING_VERSION }}
124
product_name: ${{ env.PRODUCT_NAME }}
125
- silk_asset_group: ${{ env.SILK_ASSET_GROUP }}
126
evergreen_project: ${{ env.EVERGREEN_PROJECT }}
127
token: ${{ github.token }}
128
dry_run: ${{ env.DRY_RUN }}
0 commit comments