summaryrefslogtreecommitdiff
path: root/.github/workflows/update.yml
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-10 22:50:41 -0400
committerseth <[email protected]>2023-04-10 22:50:41 -0400
commit9cda5aaf9fc3aa898187b4b4df05c9aa3121ab5d (patch)
treedd7d1819544d2f2dedfd3a8d0857bc0fede67735 /.github/workflows/update.yml
parentc08fb1e86f69a09e754b070ab60442dde168455b (diff)
update openwrt-imagebuilder nightly + check after input update
Diffstat (limited to '.github/workflows/update.yml')
-rw-r--r--.github/workflows/update.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml
index d37d8ed..6125d2f 100644
--- a/.github/workflows/update.yml
+++ b/.github/workflows/update.yml
@@ -19,10 +19,12 @@ jobs:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: update inputs
- run: nix flake lock --update-input nixpkgs --update-input nixpkgsUnstable
+ run: nix flake lock --update-input nixpkgs --update-input nixpkgsUnstable --update-input openwrt-imagebuilder
- name: add and commit
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
message: "chore: update nixpkgs inputs"
+ check:
+ uses: ./.github/workflows/check.yml