mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
allow skipping extraction
This commit is contained in:
parent
f811c0d69e
commit
ab1948cb64
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -65,7 +65,7 @@ jobs:
|
|||
|
||||
- name: diff
|
||||
run: |
|
||||
tar -xvf result.tar.gz last-result
|
||||
tar -xvf result.tar.gz last-result || true
|
||||
nix run nixpkgs#nvd -- diff last-result result || true
|
||||
|
||||
- name: compress result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue