Fix renaming of checkout_reference from branch

This commit is contained in:
Connor Hack 2025-01-08 11:35:15 -08:00
parent 7e46e9339c
commit d2cef848f3

View file

@ -142,7 +142,7 @@ jobs:
id: checkout_repo
uses: actions/checkout@v4
with:
ref: ${{ inputs.branch }}
ref: ${{ inputs.checkout_reference }}
- name: "[DEBUG] Content of the repository after checkout"
id: debug_content_after_checkout