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.
1 parent 478e3f2 commit 356725aCopy full SHA for 356725a
.github/workflows/restore.yml
@@ -90,8 +90,7 @@ jobs:
90
mkdir $HOME/ghe-backup-data/$dir_name
91
tar -xvf ghes-data/data/backup/${{ inputs.size }}/v3.8.0/${{ inputs.size }}-refined.tar.gz -C $HOME/ghe-backup-data/$dir_name
92
93
- ln -s $HOME/ghe-backup-data/$dir_name $HOME/ghe-backup-data/current
94
-
+ ln -s $dir_name $HOME/ghe-backup-data/current
95
ls -al $HOME/ghe-backup-data
96
ls -al $HOME/ghe-backup-data/$dir_name
97
0 commit comments