adding Checkout repository

This commit is contained in:
2025-06-22 20:50:14 -04:00
parent 7ad4ccd5ca
commit b1ca58b2f4

View File

@@ -13,6 +13,9 @@ jobs:
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: merge_flake_lock_update
run: |
pr_number=$(gh pr list --state open --author RichieCahill --label flake_lock_update --json number --jq '.[0].number')