fix dependencies

This commit is contained in:
ahuston-0 2025-05-26 16:22:16 -04:00
parent ea1c07ffc4
commit 1a5ad10c1e
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -43,7 +43,7 @@ jobs:
commit-data: commit-data:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: download-binary needs: download-binary
if: download-binary.outputs.DETERMINATE_BINARY_DIFF != 0 if: needs.download-binary.outputs.DETERMINATE_BINARY_DIFF != 0
steps: steps:
- name: Git config - name: Git config
run: | run: |