We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d806d0e + 4492044 commit 7b24bb2Copy full SHA for 7b24bb2
.github/workflows/io-test.yml
@@ -37,7 +37,7 @@ jobs:
37
# the key depend on the last commit repo https://gin.g-node.org/NeuralEnsemble/ephy_testing_data.git
38
id: ephy_testing_data_hash
39
run: |
40
- echo "latest_hash=$(git ls-remote https://gin.g-node.org/NeuralEnsemble/ephy_testing_data.git HEAD | cut -f1)" >> GITHUB_OUTPUT
+ echo "latest_hash=$(git ls-remote https://gin.g-node.org/NeuralEnsemble/ephy_testing_data.git HEAD | cut -f1)" >> $GITHUB_OUTPUT
41
42
- uses: actions/cache@v3
43
# Loading cache of ephys_testing_dataset
0 commit comments