ci: adjust update job messages
This commit is contained in:
parent
5410671050
commit
8f34b7a6fa
9
.github/workflows/update.yml
vendored
9
.github/workflows/update.yml
vendored
@ -9,10 +9,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
|
||||||
input:
|
|
||||||
- nixpkgs
|
|
||||||
- flake-utils
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@ -20,8 +16,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
extra_nix_config: |
|
extra_nix_config: |
|
||||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: "Update input ${{ matrix.input }}"
|
- name: "flake: update inputs"
|
||||||
uses: DeterminateSystems/update-flake-lock@v16
|
uses: DeterminateSystems/update-flake-lock@v16
|
||||||
with:
|
with:
|
||||||
inputs: ${{ matrix.input }}
|
pr-title: "flake: update inputs"
|
||||||
pr-labels: dependencies
|
pr-labels: dependencies
|
||||||
|
commit-msg: "flake: update inputs"
|
||||||
|
Loading…
Reference in New Issue
Block a user