File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ jobs:
26
26
python--version : ' 3.x'
27
27
- name : Check and Modify
28
28
id : run-script
29
- run : NGINX_VERSION_TO_TEST=$(python bin/nginx_dependencies.py) >> $GITHUB_OUTPUT
29
+ run : echo " NGINX_VERSION_TO_TEST=$(python bin/nginx_dependencies.py)" >> $GITHUB_OUTPUT
30
30
- name : Test
31
31
run : echo "${{ steps.run-script.outputs.NGINX_VERSION_TO_TEST}}"
32
32
- name : Create Pull Request
33
33
id : pr
34
34
uses :
peter-evans/[email protected]
35
35
with :
36
36
token : ${{ secrets.GITHUB_TOKEN }}
37
- branch : " bot/test-nginx-version-$NGINX_VERSION_TO_TEST"
37
+ branch : " bot/test-nginx-version-${{steps.run-script.outputs. NGINX_VERSION_TO_TEST}} "
38
38
commit-message : " [Test Package Versions Bump]"
39
39
delete-branch : true
40
40
base : master
You can’t perform that action at this time.
0 commit comments