Skip to content

Commit

Permalink
fixup! TO-DROP: ci: test various patch levels of the MSYS2 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho committed Dec 2, 2023
1 parent 25dc66d commit 9a8267b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: replace the MSYS2 runtime
shell: powershell
run: |
$headers = @{ Authorization = "token '${{ secrets.GITHUB_TOKEN }}'" }
$headers = @{ Authorization = "token ${{ secrets.GITHUB_TOKEN }}" }
$run_url = "https://api.github.com/repos/dscho/Cygwin-msys2-fork/actions/runs/${{ matrix.n.run }}/artifacts"
$run = ((Invoke-WebRequest -Headers $headers $run_url).content | ConvertFrom-JSON)
Expand Down

0 comments on commit 9a8267b

Please sign in to comment.