From 29d9e3849b8ff5afad9814a903ba6c3ef9bf1fbc Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Wed, 19 Apr 2023 12:52:03 +0200 Subject: [PATCH] try permisions --- .github/workflows/caches_cron_job.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/caches_cron_job.yml b/.github/workflows/caches_cron_job.yml index 399b8aea4a..045a645160 100644 --- a/.github/workflows/caches_cron_job.yml +++ b/.github/workflows/caches_cron_job.yml @@ -52,6 +52,8 @@ jobs: - name: Create the directory to store the data run: | mkdir --parents --verbose $HOME/spikeinterface_datasets/ephy_testing_data/ + chmod -R 777 $HOME/spikeinterface_datasets + ls -l $HOME/spikeinterface_datasets - name: Get current hash (SHA) of the ephy_testing_data repo id: repo_hash run: |