Update update.yml
This commit is contained in:
parent
4aa9869c1d
commit
18752aa714
1 changed files with 4 additions and 5 deletions
9
.github/workflows/update.yml
vendored
9
.github/workflows/update.yml
vendored
|
@ -11,10 +11,9 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Install Nix
|
||||
uses: DeterminateSystems/nix-installer-action@main
|
||||
uses: DeterminateSystems/nix-installer-action@v1
|
||||
- name: Update flake.lock
|
||||
uses: DeterminateSystems/update-flake-lock@main
|
||||
uses: DeterminateSystems/update-flake-lock@vX
|
||||
with:
|
||||
pr-title: "update" # Title of PR to be created
|
||||
pr-labels: | # Labels to be set on the PR
|
||||
automated
|
||||
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
||||
commit-msg: "update"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue