File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 29
29
smoke-test :
30
30
runs-on : ubuntu-latest
31
31
32
- env :
33
- TWINE_REPOSITORY_URL : >-
34
- http://devpi:${{
35
- job.services.devpi.ports['3141']
36
- }}/${{
37
- env.devpi-username
38
- }}/public/
39
-
40
32
services :
41
33
devpi :
42
34
image : muccg/devpi
@@ -83,11 +75,22 @@ jobs:
83
75
env :
84
76
TWINE_USERNAME : ${{ env.devpi-username }}
85
77
TWINE_PASSWORD : ${{ env.devpi-password }}
78
+ TWINE_REPOSITORY_URL : >-
79
+ http://devpi:${{
80
+ job.services.devpi.ports['3141']
81
+ }}/${{
82
+ env.devpi-username
83
+ }}/public/
86
84
- name : ✅ Smoke-test the locally checked out action
87
85
uses : ./test
88
86
with :
89
87
user : ${{ env.devpi-username }}
90
88
password : ${{ env.devpi-password }}
91
- repository_url : ${{ env.TWINE_REPOSITORY_URL }}
89
+ repository_url : >-
90
+ http://devpi:${{
91
+ job.services.devpi.ports['3141']
92
+ }}/${{
93
+ env.devpi-username
94
+ }}/public/
92
95
93
96
...
You can’t perform that action at this time.
0 commit comments