Skip to content

Commit

Permalink
new test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
dubloom committed Sep 30, 2024
1 parent 3790218 commit 7b0941d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
python--version: '3.x'
- name: Check and Modify
id: run-script
run: NGINX_VERSION_TO_TEST=$(python bin/nginx_dependencies.py) >> $GITHUB_OUTPUT
run: echo "NGINX_VERSION_TO_TEST=$(python bin/nginx_dependencies.py)" >> $GITHUB_OUTPUT
- name: Test
run: echo "${{ steps.run-script.outputs.NGINX_VERSION_TO_TEST}}"
- name: Create Pull Request
id: pr
uses: peter-evans/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: "bot/test-nginx-version-$NGINX_VERSION_TO_TEST"
branch: "bot/test-nginx-version-${{steps.run-script.outputs.NGINX_VERSION_TO_TEST}}"
commit-message: "[Test Package Versions Bump]"
delete-branch: true
base: master
Expand Down

0 comments on commit 7b0941d

Please sign in to comment.