fix: suspend

This commit is contained in:
valknarness
2025-10-27 02:36:46 +01:00
parent c0d3ffd328
commit a136b929b0
2 changed files with 75 additions and 18 deletions

View File

@@ -50,6 +50,8 @@ jobs:
CI: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Pass env vars!
CI=${CI:-false}
# Capture start time
START_TIME=$(date -u +"%Y-%m-%d %H:%M:%S UTC")
echo "start_time=$START_TIME" >> $GITHUB_OUTPUT