feature: use an X to show offline status instead of orange circle

This commit is contained in:
Bryan Gerlach
2024-12-12 16:22:08 -06:00
parent 2a67ee4448
commit 68a3441715
7 changed files with 48 additions and 2 deletions

View File

@@ -385,6 +385,13 @@ jobs:
wget https://raw.githubusercontent.com/bryangerlach/rdgen/refs/heads/master/.github/patches/cycle_monitor.diff
git apply cycle_monitor.diff
- name: use X for offline display instead of orange circle
continue-on-error: true
if: fromJson(inputs.extras).xOffline == 'true'
run: |
wget https://raw.githubusercontent.com/bryangerlach/rdgen/refs/heads/master/.github/patches/xoffline.diff
git apply xoffline.diff
- name: Report Status
uses: fjogeleit/http-request-action@v1
with: