summaryrefslogtreecommitdiff
path: root/.github/workflows/update-mods.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/update-mods.yml')
-rw-r--r--.github/workflows/update-mods.yml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.github/workflows/update-mods.yml b/.github/workflows/update-mods.yml
deleted file mode 100644
index cca46ee..0000000
--- a/.github/workflows/update-mods.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-name: Update mods
-
-on:
- schedule:
- # run on saturdays at 0:00 utc
- - cron: "0 0 * * 6"
- workflow_dispatch:
-
-jobs:
- update-mods:
- runs-on: ubuntu-latest
-
- permissions:
- contents: write
-
- steps:
- - uses: actions/[email protected]
- - uses: cachix/install-nix-action@v20
-
- - name: update
- run: |
- echo "y" | nix run nixpkgs#packwiz -- update --all
-
- - name: commit changes
- uses: EndBug/add-and-commit@v9
- with:
- default_author: github_actions
- message: "chore: update mods"