Skip to content

Commit

Permalink
build: Add yarn.lock to cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
azuwis committed Jan 4, 2024
1 parent 08de6eb commit eb17ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- uses: azuwis/nix-action@main
with:
key: zigbee2mqtt-networkmap-${{ hashFiles('flake.*') }}
key: zigbee2mqtt-networkmap-${{ hashFiles('flake.*', 'yarn.lock') }}
debug: ${{ github.event_name == 'workflow_dispatch' && inputs.debug }}
credential: ${{ secrets.TTYD_CREDENTIAL }}
- uses: cachix/cachix-action@v12
Expand Down

0 comments on commit eb17ee8

Please sign in to comment.