style: rename workflows
This commit is contained in:
8
.github/workflows/update.yaml
vendored
8
.github/workflows/update.yaml
vendored
@ -1,4 +1,4 @@
|
||||
name: Update Workflow
|
||||
name: Update
|
||||
|
||||
on:
|
||||
schedule:
|
||||
@ -21,14 +21,14 @@ jobs:
|
||||
uses: cachix/cachix-action@v16
|
||||
with:
|
||||
name: trevstack
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||
|
||||
# https://github.com/actions/checkout/issues/13
|
||||
- name: Set Git Config
|
||||
run: |
|
||||
git config user.name "github-actions[bot]"
|
||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
|
||||
|
||||
- name: Update
|
||||
run: nix run .#update
|
||||
|
||||
@ -37,5 +37,3 @@ jobs:
|
||||
with:
|
||||
delete-branch: true
|
||||
title: Bump deps
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user