snowflake/.forgejo/workflows/flake-lock-update.yml
notohh 1401ddffa8
All checks were successful
/ check (push) Successful in 34s
ci: actually use the right url
2023-10-05 16:58:36 -04:00

18 lines
518 B
YAML

on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install nix action
uses: https://github.com/DeterminateSystems/nix-installer-action@main
with:
github-token: ${{ secrets.GH_TOKEN }}
- name: update flake.lock
uses: https://github.com/DeterminateSystems/update-flake-lock@v20
with:
pr-title: "flake.lock: Update"
pr-labels: |
nix
dependencies
automated