.github/workflows/hound.yml: various

- use nix develop and accept-flake-config

- commit before create-pull-request step
This commit is contained in:
zowoq 2023-03-15 13:07:06 +10:00
parent 851255b2bb
commit 83a0fdbc6d

View file

@ -27,7 +27,8 @@ jobs:
# avoid the repo update script being rate limited
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
./inv update-hound-repos
nix develop --option accept-flake-config true -c inv update-hound-repos
git commit -m "${{ steps.setup.outputs.title }}" services/hound/hound.json
- uses: peter-evans/create-pull-request@v4
with:
body: |