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.
2 parents 601e833 + ea904bf commit d6b4905Copy full SHA for d6b4905
.github/workflows/generator-windows.yml
@@ -387,7 +387,7 @@ jobs:
387
continue-on-error: true
388
if: fromJson(inputs.extras).removeNewVersionNotif == 'true'
389
run: |
390
- wget https://raw.githubusercontent.com/bryangerlach/rdgen/refs/heads/master/.github/patches/removeNewVersionNotif.diff
+ Invoke-WebRequest -Uri https://raw.githubusercontent.com/bryangerlach/rdgen/refs/heads/master/.github/patches/removeNewVersionNotif.diff -Outfile removeNewVersionNotif.diff
391
git apply removeNewVersionNotif.diff
392
393
0 commit comments