debug
Some checks failed
Check Flake / check-flake (push) Failing after 2m12s

This commit is contained in:
2026-02-19 21:05:54 -08:00
parent a70aef9cf2
commit 7507edf49f

View File

@@ -18,6 +18,14 @@ jobs:
- name: Check Flake
run: nix flake check --all-systems --print-build-logs --log-format raw --show-trace
- name: Debug
env:
ATTIC_ENDPOINT_VAR: ${{ secrets.ATTIC_ENDPOINT }}
ATTIC_TOKEN_VAR: ${{ secrets.ATTIC_ENDPOINT }}
run: |
echo "Endpoint length: ${#ATTIC_ENDPOINT_VAR}"
echo "Token length: ${#ATTIC_TOKEN_VAR}"
- name: Push to cache
env:
XDG_CONFIG_HOME: ${{ runner.temp }}/.config