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 5a97613 commit db4ffacCopy full SHA for db4ffac
action.yml
@@ -263,7 +263,7 @@ runs:
263
264
$ModuleDefinitions.GetEnumerator() | ForEach-Object {
265
Write-Host "::notice::Updating $($_.Value.Destination)"
266
- curl.exe --fail --silent --show-error --retry 3 --retry-delay 5 --output "$($_.Value.Destination)" --location $_.Value.URL
+ & curl.exe --fail --silent --show-error --retry 3 --retry-delay 5 --output "$($_.Value.Destination)" --location $_.Value.URL
267
if ($LASTEXITCODE -ne 0) {
268
Write-Host "::error::Failed to update $($_.Key)"
269
exit 1
0 commit comments