diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-01-19 22:06:18 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-01-19 22:06:18 +0100 |
commit | 84ee66b60d805556ce9f550636e888c3b189dc2e (patch) | |
tree | c50536e6f7d8654189d886ccfb76285ecd5244b0 /.github | |
parent | 572382dd1730bd4baa042d96af9aa07c1825cd4d (diff) | |
download | low-puszcza-84ee66b60d805556ce9f550636e888c3b189dc2e.tar.gz low-puszcza-84ee66b60d805556ce9f550636e888c3b189dc2e.zip |
Remove unused workflow
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/update.yml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml deleted file mode 100644 index 5e3babc..0000000 --- a/.github/workflows/update.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Update sha256 - -on: - repository_dispatch: - types: [update] - -jobs: - update: - runs-on: ubuntu-latest - steps: - - name: Checkout repo - uses: actions/checkout@v2 - - name: Installing Nix - uses: cachix/install-nix-action@v12 - with: - nix_path: nixpkgs=channel:nixos-unstable - - - name: update.sh - run: | - nix-shell -p nix-prefetch-git --command './update.sh' - - name: Commit changes - uses: EndBug/add-and-commit@v7 - with: - author_name: github-actions[bot] - author_email: 41898282+github-actions[bot]@users.noreply.github.com - message: '[🤖] Update kronika.json' - add: 'kronika.json' |