Skip to content

Commit c4295c9

Browse files
authored
Update publish-winget.yml
1 parent b7bc43f commit c4295c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-winget.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
git push https://${{ secrets.WINGET_WORKER_NAME }}:${{ secrets.WINGET_WORKER_PAT }}@github.com/${{ secrets.WINGET_WORKER_NAME }}/winget-pkgs add-v$VERSION
6363
- name: Open PR
6464
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 }}"
65+
curl --request POST \
66+
--url "https://api.github.com/repos/${{ secrets.WINGET_UPSTREAM_REPO }}/pulls" \
67+
--header "authorization: Bearer ${{ secrets.WINGET_WORKER_PAT }}" \
6868
--header 'content-type: application/json' \
6969
--data "{ \
7070
\"title\": \"Node.js v$VERSION\", \

0 commit comments

Comments
 (0)