fix dependencies
All checks were successful
Update Determinate Nix binary / download-binary (push) Successful in 27s
Update Determinate Nix binary / commit-data (push) Has been skipped

This commit is contained in:
ahuston-0 2025-05-26 16:22:16 -04:00
parent 40f96b7955
commit 6e7cea42ef
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: |