Skip to content

Commit 9a8267b

Browse files
committed
fixup! TO-DROP: ci: test various patch levels of the MSYS2 runtime
1 parent 25dc66d commit 9a8267b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: replace the MSYS2 runtime
7474
shell: powershell
7575
run: |
76-
$headers = @{ Authorization = "token '${{ secrets.GITHUB_TOKEN }}'" }
76+
$headers = @{ Authorization = "token ${{ secrets.GITHUB_TOKEN }}" }
7777
7878
$run_url = "https://api.github.com/repos/dscho/Cygwin-msys2-fork/actions/runs/${{ matrix.n.run }}/artifacts"
7979
$run = ((Invoke-WebRequest -Headers $headers $run_url).content | ConvertFrom-JSON)

0 commit comments

Comments
 (0)