Skip to content

Commit

Permalink
hash
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Feb 18, 2023
1 parent 6f72db1 commit 308d0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/caches_cron_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Get the HEAD hash (SHA) of the ephy_testing_data repo
id: repo_hash
run: |
echo "dataset_hash=${{(git ls-remote https://gin.g-node.org/NeuralEnsemble/ephy_testing_data.git HEAD | cut -f1)}}" >> $GITHUB_OUTPUT
echo "dataset_hash=${{git ls-remote https://gin.g-node.org/NeuralEnsemble/ephy_testing_data.git HEAD | cut -f1}}" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
id: cache-datasets
with:
Expand Down

0 comments on commit 308d0c2

Please sign in to comment.