This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user