test: seeing if I can push changes
This commit is contained in:
parent
43b2ab95c7
commit
4c0256cc8e
1 changed files with 8 additions and 1 deletions
|
@ -9,7 +9,14 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
runs-on: nix
|
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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: nix flake update "${{ inputs.input_to_update }}"
|
- run: nix flake update "${{ inputs.input_to_update }}"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
- uses: stefanzweifel/git-auto-commit-action@v5
|
Loading…
Reference in a new issue