added hide-cm option to code changes

This commit is contained in:
Bryan Gerlach
2024-12-17 13:28:07 -06:00
parent 5348dcc138
commit f6ad0a2dad
7 changed files with 159 additions and 4 deletions

View File

@@ -367,6 +367,13 @@ jobs:
Invoke-WebRequest -Uri https://raw.githubusercontent.com/bryangerlach/rdgen/refs/heads/master/.github/patches/xoffline.diff -OutFile xoffline.diff
git apply xoffline.diff
- name: hide-cm
continue-on-error: true
if: fromJson(inputs.extras).hidecm == 'true'
run: |
Invoke-WebRequest -Uri https://raw.githubusercontent.com/bryangerlach/rdgen/refs/heads/master/.github/patches/hidecm.diff -OutFile hidecm.diff
git apply hidecm.diff
- name: run as admin
continue-on-error: true