Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo authored May 6, 2024
1 parent 2b948d9 commit 5445758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ jobs:
- uses: cachix/install-nix-action@v26
- id: paths
run: |
paths=$(nix-instantiate test.nix --help | tr '\n' ' ')
paths=$(nix-instantiate test.nix | tr '\n' ' ')
echo "OUT_PATHS=$paths" >> $GITHUB_OUTPUT
- name: Test pushPaths
uses: ./
with:
name: cachix-action-private
name: cachix-action
signingKey: '${{ secrets.CACHIX_SIGNING_KEY_PRIVATE }}'
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
pathsToPush: '${{ steps.paths.outputs.OUT_PATHS }}'
Expand Down

0 comments on commit 5445758

Please sign in to comment.