mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 17:44:07 +02:00
Support pull requests
This commit is contained in:
parent
7fe7f51850
commit
f80d6f9d98
3 changed files with 18 additions and 6 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -21,6 +21,12 @@ jobs:
|
|||
name: cachix-action
|
||||
file: test.nix
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
- name: Test public cache no pushing
|
||||
uses: ./
|
||||
with:
|
||||
name: cachix-action
|
||||
file: test.nix
|
||||
signingKey: ''
|
||||
- name: Test private cache
|
||||
uses: ./
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue