Skip to content

Commit

Permalink
Quote template source
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 14, 2023
1 parent 6cfe8b0 commit 737306d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
- run: echo "tmpdir=$(mktemp -d)" >> "$GITHUB_OUTPUT"
id: mktemp

- run: echo ${{ github.workspace }}
# - run: nix flake init -t ${{ github.workspace }}#default
# working-directory: ${{ steps.mktemp.outputs.tmpdir }}
- run: nix flake init -t "${{ github.workspace }}#default"
working-directory: ${{ steps.mktemp.outputs.tmpdir }}
# - run: nix flake show
# working-directory: ${{ steps.mktemp.outputs.tmpdir }}

0 comments on commit 737306d

Please sign in to comment.