mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-10 04:53:15 -06:00
Compare commits
No commits in common. "55185fbe8b5a3f84f5d1daadd7428a759ba9ecc0" and "1c5e3bf41902eb386e0803fc940fd88e6090766e" have entirely different histories.
55185fbe8b
...
1c5e3bf419
1 changed files with 1 additions and 5 deletions
6
.github/workflows/nightly.yml
vendored
6
.github/workflows/nightly.yml
vendored
|
@ -64,8 +64,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- uses: DeterminateSystems/nix-installer-action@v12
|
- uses: DeterminateSystems/nix-installer-action@v12
|
||||||
with:
|
with:
|
||||||
|
@ -106,9 +104,7 @@ jobs:
|
||||||
--print-build-logs \
|
--print-build-logs \
|
||||||
--out-link updated
|
--out-link updated
|
||||||
|
|
||||||
- run: |
|
- run: nix run "nixpkgs#nvd" diff ./current ./updated
|
||||||
echo "# System Diff" >> $GITHUB_STEP_SUMMARY
|
|
||||||
nix run "nixpkgs#nvd" diff ./current ./updated | tee -a $GITHUB_STEP_SUMMARY
|
|
||||||
- run: df -h
|
- run: df -h
|
||||||
|
|
||||||
# is this necessary?
|
# is this necessary?
|
||||||
|
|
Loading…
Reference in a new issue