This commit is contained in:
parent
aa7c13ec16
commit
48b8c09b4f
1 changed files with 1 additions and 8 deletions
|
|
@ -16,14 +16,7 @@ jobs:
|
||||||
echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf
|
echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- run: nix flake update
|
||||||
- run: |
|
|
||||||
git config --global user.name "${{ inputs.commit-user }}" >> $GITHUB_OUTPUT
|
|
||||||
git config --global user.email "${{ inputs.commit-email }}" >> $GITHUB_OUTPUT
|
|
||||||
shell: bash
|
|
||||||
name: "Configure git"
|
|
||||||
|
|
||||||
- run: nix flake update --commit-lock-file
|
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: https://github.com/maxking/forgejo-create-pr@main
|
uses: https://github.com/maxking/forgejo-create-pr@main
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue