Skip to content

Commit 3790218

Browse files
committed
new test 3
1 parent 6b6556f commit 3790218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python--version: '3.x'
2727
- name: Check and Modify
2828
id: run-script
29-
run: echo "NGINX_VERSION_TO_TEST=$(python bin/nginx_dependencies.py)" >> $GITHUB_OUTPUT
29+
run: 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

0 commit comments

Comments
 (0)