Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
penkzhou authored Jun 7, 2024
1 parent ac42b30 commit 8240564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ runs:
steps:

# This is a cross-platform composite action that needs yq to be available.
# GitHub decided to not make it available: https://github.com/actions/runner-images/issues/7443#issuecomment-1514597691
# ref: https://github.com/actions/runner-images/issues/7443#issuecomment-1514597691
- name: Make yq tool available on Windows runners
if: runner.os == 'Windows'
run: choco install yq
Expand Down

0 comments on commit 8240564

Please sign in to comment.