From 84ee66b60d805556ce9f550636e888c3b189dc2e Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Tue, 19 Jan 2021 22:06:18 +0100 Subject: Remove unused workflow --- .github/workflows/update.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/update.yml (limited to '.github') 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' -- cgit 1.4.1