checkout with git
Some checks failed
Build and Publish / build-release (push) Failing after 3s

This commit is contained in:
2026-03-31 16:54:10 -05:00
parent fb75188828
commit 6d3389632b

View File

@@ -15,12 +15,10 @@ jobs:
build-release:
runs-on: nix
steps:
- name: Nix Shell Nodejs
- name: Checkout via Native Git
run: |
nix shell nixpkgs#nodejs
- name: Checkout repository
uses: actions/checkout@v4
git clone --depth 1 https://token:${{ secrets.GITHUB_TOKEN }}@${{ github.server_url }}/${{ github.repository }}.git .
git checkout ${{ github.sha }}
- name: Build Docker Image via Nix Flake
run: |