HASH 475fe7769cb3
DATE 2025-01-19
SUBJECT ci: add some git debug output
FILES 1 CHANGED
HASH 475fe7769cb3
DATE 2025-01-19
SUBJECT ci: add some git debug output
FILES 1 CHANGED
┌─ .github/workflows/check.yaml ─────────────────────────────────────────────┐
│ diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml │
│ index baa49fd..a0cb19d 100644 │
│ --- a/.github/workflows/check.yaml │
│ +++ b/.github/workflows/check.yaml │
│ @@ -27,8 +27,13 @@ jobs: │
│ │
│ - name: Setup Git Config │
│ run: | │
│ + git config --global url."https://x-access-token:${{ steps.app-token.out │
│ puts.token }}@github.com/".insteadOf "[email protected]:" │
│ + git config --global url."https://x-access-token:${{ steps.app-token.out │
│ puts.token }}@github.com/".insteadOf "ssh://[email protected]/" │
│ git config --global url."https://x-access-token:${{ steps.app-token.out │
│ puts.token }}@github.com/".insteadOf "git+ssh://[email protected]/" │
│ │
│ + git config --global --list │
│ + │
│ + git ls-remote https://github.com/ooks-io/kunzen.git │
│ - name: Setup Nix │
│ uses: DeterminateSystems/nix-installer-action@main │
│ │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ .github/workflows/check.yaml ───────┐
│ diff --git a/.github/workflows/check.yaml b/ │
│ .github/workflows/check.yaml │
│ index baa49fd..a0cb19d 100644 │
│ --- a/.github/workflows/check.yaml │
│ +++ b/.github/workflows/check.yaml │
│ @@ -27,8 +27,13 @@ jobs: │
│ │
│ - name: Setup Git Config │
│ run: | │
│ + git config --global url."https:// │
│ x-access-token:${{ steps.app-token.outputs.t │
│ oken }}@github.com/".insteadOf "[email protected] │
│ om:" │
│ + git config --global url."https:// │
│ x-access-token:${{ steps.app-token.outputs.t │
│ oken }}@github.com/".insteadOf "ssh://git@gi │
│ thub.com/" │
│ git config --global url."https:// │
│ x-access-token:${{ steps.app-token.outputs.t │
│ oken }}@github.com/".insteadOf "git+ssh://gi │
│ [email protected]/" │
│ │
│ + git config --global --list │
│ + │
│ + git ls-remote https://github.com/ │
│ ooks-io/kunzen.git │
│ - name: Setup Nix │
│ uses: DeterminateSystems/nix-instal │
│ ler-action@main │
│ │
└──────────────────────────────────────────────┘
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET