.github/workflows/hound.yml: various
- use nix develop and accept-flake-config - commit before create-pull-request step
This commit is contained in:
parent
851255b2bb
commit
83a0fdbc6d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/hound.yml
vendored
3
.github/workflows/hound.yml
vendored
|
@ -27,7 +27,8 @@ jobs:
|
||||||
# avoid the repo update script being rate limited
|
# avoid the repo update script being rate limited
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
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
|
- uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
body: |
|
body: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue