This commit is contained in:
parent
61f320174e
commit
a86486ddbb
4 changed files with 100 additions and 70 deletions
|
@ -4,5 +4,19 @@ jobs:
|
|||
runs-on: nix
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: cat /nix/store/cscv53kqarckmbz6729ngmyxg3y53n9c-push-to-cache.sh
|
||||
- run: nix-fast-build --no-nom
|
||||
- run: git switch -c flake-bump-inputs
|
||||
- run: |
|
||||
git config --global user.email "sevenofnine+andrea.ciceri@autistici.org"
|
||||
git config --global user.name "Seven of Nine"
|
||||
- run: nix flake update --commit-lock-file
|
||||
- run: git push origin --force flake-bump-inputs
|
||||
- run: tea logins add --token ${{secrets.SEVENOFNINE_TOKEN}} --url https://git.aciceri.dev
|
||||
- run: tea logins default git.aciceri.dev
|
||||
- run: |
|
||||
tea pulls create \
|
||||
--repo "$GITHUB_REPOSITORY" \
|
||||
--title "Update flake's lockfile" \
|
||||
--description "Check the commit description for inputs deltas" \
|
||||
--assignees aciceri \
|
||||
|| echo "PR already existing"
|
||||
# - run: nix-fast-build --no-nom
|
||||
|
|
Reference in a new issue