test: seeing if I can push changes

This commit is contained in:
silver 2024-08-06 23:57:54 +00:00
parent 43b2ab95c7
commit 4c0256cc8e

View file

@ -9,7 +9,14 @@ on:
jobs:
update:
runs-on: nix
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
steps:
- uses: actions/checkout@v4
- run: nix flake update "${{ inputs.input_to_update }}"
shell: bash
- uses: stefanzweifel/git-auto-commit-action@v5