Skip to content

Commit 129f1f4

Browse files
Add data dir
1 parent 26ff7a2 commit 129f1f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/restore.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,13 @@ jobs:
8181

8282
- name: Create backup directory
8383
run: |
84-
mkdir $HOME/ghe-backup-data
84+
8585
8686
- name: Unzip backup
8787
run: |
88+
mkdir $HOME/ghe-backup-data
8889
dir_name=$(date +%s)
90+
mkdir $HOME/ghe-backup-data/$dir_name
8991
tar -xvf ghes-data/data/backup/${{ inputs.size }}/v3.8.0/${{ inputs.size }}-refined.tar.gz -C $HOME/ghe-backup-data/$dir_name
9092
9193
ln -s $HOME/ghe-backup-data/$dir_name $HOME/ghe-backup-data/current

0 commit comments

Comments
 (0)