This commit is contained in:
zoey 2025-05-29 13:14:40 -04:00
parent 10e9ffb925
commit 5d9730428a
Signed by: zoey
GPG key ID: 81FB9FECDD6A33E2
2 changed files with 26 additions and 2 deletions

View file

@ -33,6 +33,10 @@ jobs:
experimental-features = nix-command flakes
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Install Dependencies
id: deps
run: apt update && apt install jq
- name: Check for existing PR
id: check-pr
run: |