diff options
| author | seth <[email protected]> | 2024-01-07 23:35:05 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-01-07 23:35:11 -0500 |
| commit | 4ccfccb6a820c3b5de3e17c60ea3621125a8dcae (patch) | |
| tree | 7598ff527bdca305f3e10dbdcd4e2efa276e7811 /.github/workflows/update-mods.yml | |
| parent | f7f562a9d23cfb7f4fceca69f708a1aace650340 (diff) | |
update to 1.20.4 and move to fabric
Diffstat (limited to '.github/workflows/update-mods.yml')
| -rw-r--r-- | .github/workflows/update-mods.yml | 28 |
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" |
