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
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
input:
|
||||
- nixpkgs
|
||||
- flake-utils
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
@ -20,8 +16,9 @@ jobs:
|
||||
with:
|
||||
extra_nix_config: |
|
||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||
- name: "Update input ${{ matrix.input }}"
|
||||
- name: "flake: update inputs"
|
||||
uses: DeterminateSystems/update-flake-lock@v16
|
||||
with:
|
||||
inputs: ${{ matrix.input }}
|
||||
pr-title: "flake: update inputs"
|
||||
pr-labels: dependencies
|
||||
commit-msg: "flake: update inputs"
|
||||
|
Loading…
Reference in New Issue
Block a user