ci: fix update job definition
This commit is contained in:
parent
2efddce7c5
commit
d0e26ddb24
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
@ -17,11 +17,11 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- uses: cachix/install-nix-action@v19
|
- uses: cachix/install-nix-action@v19
|
||||||
- name: Update ${{ matrix.input }}
|
|
||||||
uses: DeterminateSystems/updateflake-lock@v16
|
|
||||||
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 }}"
|
||||||
|
uses: DeterminateSystems/update-flake-lock@v16
|
||||||
with:
|
with:
|
||||||
inputs: ${{ matrix.input }}
|
inputs: ${{ matrix.input }}
|
||||||
pr-labels: dependencies
|
pr-labels: dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user