We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6556f commit 3790218Copy full SHA for 3790218
.github/workflows/dependabot.yml
@@ -26,7 +26,7 @@ jobs:
26
python--version: '3.x'
27
- name: Check and Modify
28
id: run-script
29
- run: echo "NGINX_VERSION_TO_TEST=$(python bin/nginx_dependencies.py)" >> $GITHUB_OUTPUT
+ run: NGINX_VERSION_TO_TEST=$(python bin/nginx_dependencies.py) >> $GITHUB_OUTPUT
30
- name: Test
31
run: echo "${{ steps.run-script.outputs.NGINX_VERSION_TO_TEST}}"
32
- name: Create Pull Request
0 commit comments