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 b7bc43f commit c4295c9Copy full SHA for c4295c9
.github/workflows/publish-winget.yml
@@ -62,9 +62,9 @@ jobs:
62
git push https://${{ secrets.WINGET_WORKER_NAME }}:${{ secrets.WINGET_WORKER_PAT }}@github.com/${{ secrets.WINGET_WORKER_NAME }}/winget-pkgs add-v$VERSION
63
- name: Open PR
64
run: |
65
- curl --request POST
66
- --url "https://api.github.com/repos/${{ secrets.WINGET_UPSTREAM_REPO }}/pulls"
67
- --header "authorization: Bearer ${{ secrets.WINGET_WORKER_PAT }}"
+ curl --request POST \
+ --url "https://api.github.com/repos/${{ secrets.WINGET_UPSTREAM_REPO }}/pulls" \
+ --header "authorization: Bearer ${{ secrets.WINGET_WORKER_PAT }}" \
68
--header 'content-type: application/json' \
69
--data "{ \
70
\"title\": \"Node.js v$VERSION\", \
0 commit comments