Fix observatory checkout failing on commit hash ref

actions/checkout treats short commit hashes as branch names, causing
fetch failures. The checkout only needs the config file from the
repo, so use the default branch instead of a specific ref.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Julio Quinteros Pro
2026-03-01 17:05:49 -03:00
co-authored by Claude Opus 4.6
parent 5a35dfc258
commit cc0b1323d7
@@ -34,8 +34,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ inputs.commit_hash || github.sha }}
- name: Validate tag input
env: