Skip to content

Commit 7b0941d

Browse files
committed
new test 4
1 parent 3790218 commit 7b0941d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626
python--version: '3.x'
2727
- name: Check and Modify
2828
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
3030
- name: Test
3131
run: echo "${{ steps.run-script.outputs.NGINX_VERSION_TO_TEST}}"
3232
- name: Create Pull Request
3333
id: pr
3434
uses: peter-evans/[email protected]
3535
with:
3636
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}}"
3838
commit-message: "[Test Package Versions Bump]"
3939
delete-branch: true
4040
base: master

0 commit comments

Comments
 (0)