HASH 8964a0c3a3e5
DATE 2025-01-19
SUBJECT ci: run instead of use
FILES 2 CHANGED
HASH 8964a0c3a3e5
DATE 2025-01-19
SUBJECT ci: run instead of use
FILES 2 CHANGED
┌─ .github/workflows/cachix.yaml ────────────────────────────────────────────┐
│ diff --git a/.github/workflows/cachix.yaml b/.github/workflows/cachix.yaml │
│ index ea2bdf9..cd1e487 100644 │
│ --- a/.github/workflows/cachix.yaml │
│ +++ b/.github/workflows/cachix.yaml │
│ @@ -29,6 +29,8 @@ jobs: │
│ steps: │
│ - name: Checkout │
│ uses: actions/checkout@v4 │
│ + - name: Configure git │
│ + run: git config --global url."https://github.com/".insteadOf "git@github. │
│ com:" │
│ - name: Setup Nix │
│ uses: DeterminateSystems/nix-installer-action@main │
│ - name: Magic Nix Cache │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ .github/workflows/cachix.yaml ──────┐
│ diff --git a/.github/workflows/cachix.yaml b │
│ /.github/workflows/cachix.yaml │
│ index ea2bdf9..cd1e487 100644 │
│ --- a/.github/workflows/cachix.yaml │
│ +++ b/.github/workflows/cachix.yaml │
│ @@ -29,6 +29,8 @@ jobs: │
│ steps: │
│ - name: Checkout │
│ uses: actions/checkout@v4 │
│ + - name: Configure git │
│ + run: git config --global url."https │
│ ://github.com/".insteadOf "[email protected]:" │
│ - name: Setup Nix │
│ uses: DeterminateSystems/nix-instal │
│ ler-action@main │
│ - name: Magic Nix Cache │
└──────────────────────────────────────────────┘
┌─ .github/workflows/check.yaml ─────────────────────────────────────────────┐
│ diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml │
│ index 9e01263..d635366 100644 │
│ --- a/.github/workflows/check.yaml │
│ +++ b/.github/workflows/check.yaml │
│ @@ -18,7 +18,7 @@ jobs: │
│ - name: Checkout │
│ uses: actions/checkout@v4 │
│ - name: Configure git │
│ - uses: git config --global url."https://github.com/".insteadOf "git@github │
│ .com:" │
│ + run: git config --global url."https://github.com/".insteadOf "git@github. │
│ com:" │
│ - name: Setup Nix │
│ uses: DeterminateSystems/nix-installer-action@main │
│ - name: Magic Nix Cache │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ .github/workflows/check.yaml ───────┐
│ diff --git a/.github/workflows/check.yaml b/ │
│ .github/workflows/check.yaml │
│ index 9e01263..d635366 100644 │
│ --- a/.github/workflows/check.yaml │
│ +++ b/.github/workflows/check.yaml │
│ @@ -18,7 +18,7 @@ jobs: │
│ - name: Checkout │
│ uses: actions/checkout@v4 │
│ - name: Configure git │
│ - uses: git config --global url."http │
│ s://github.com/".insteadOf "[email protected]:" │
│ + run: git config --global url."https │
│ ://github.com/".insteadOf "[email protected]:" │
│ - name: Setup Nix │
│ uses: DeterminateSystems/nix-instal │
│ ler-action@main │
│ - name: Magic Nix Cache │
└──────────────────────────────────────────────┘
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET