Skip to content

Commit b977fad

Browse files
committed
Updating data-sets
1 parent 91e6c6c commit b977fad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/restore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Restore Dataset
2-
2+
run-name: ${{ github.actor }} retrieving data-sets
33
on:
44
workflow_dispatch:
55
inputs:
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
repository: github/ghes-data
6767
ref: main
68-
- run: gunzip ghes-data/data/backup/${{ inputs.size }}/${{ inputs.size }}.zip
68+
- run: tar zxvf ghes-data/data/backup/${{ inputs.size }}/v3.8.0/${{ inputs.size }}-refined.tar.gz
6969
- run: ls -al ghes-data/data/backup/${{ inputs.size }}
7070

7171

0 commit comments

Comments
 (0)