flake: delete github actions workflows

This commit is contained in:
Adithya 2024-10-31 10:57:26 +05:30
parent 65292ffb42
commit 8ee23cd642
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -1,28 +0,0 @@
name: Update inputs
on:
schedule:
- cron: "0 0 * * 5"
workflow_dispatch:
jobs:
update-inputs:
runs-on: ubuntu-latest
name: Update Inputs
steps:
- uses: actions/checkout@v3
with:
token: ${{ github.token }}
ref: ${{ github.head_ref }}
- uses: cachix/install-nix-action@v20
with:
github_access_token: ${{ github.token }}
- name: Update inputs
run: |
nix flake update
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
message: 'Actions: Update Inputs'
default_author: github_actions
add: 'flake.lock'