Skip to content

Commit af0e9c7

Browse files
authored
Update testpypi.yml
1 parent a047626 commit af0e9c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testpypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
type: boolean
1010

1111
jobs:
12-
env_prep:
12+
config-prep:
1313
runs-on: ubuntu-latest
1414
outputs:
1515
env: ${{ steps.read-file.outputs.content }}
@@ -25,8 +25,8 @@ jobs:
2525
filter: '.default.env'
2626

2727
deploy:
28-
needs: env_prep
29-
env: ${{ fromJson(needs.env_prep.outputs.env) }}
28+
needs: config-prep
29+
env: ${{ fromJson(needs.config-prep.outputs.env) }}
3030

3131
runs-on: ubuntu-latest
3232
steps:

0 commit comments

Comments
 (0)