Skip to content

Commit 1ff1919

Browse files
Add debugging
1 parent c2b0d21 commit 1ff1919

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
@@ -73,10 +73,12 @@ jobs:
7373
run: docker load -i backup-utils.tar
7474
- uses: actions/checkout@v3
7575
with:
76+
path: ghes-data
7677
repository: github/ghes-data
7778
ref: main
7879
token: "${{ secrets.INTERNAL_ACTIONS_DX_BOT_ACCOUNT_TOKEN }}"
79-
- run: tar zxvf ghes-data/data/backup/${{ inputs.size }}/v3.8.0/${{ inputs.size }}-refined.tar.gz
80+
- run: ls -al
81+
- run: tar -zxvf ghes-data/data/backup/${{ inputs.size }}/${{inputs.version}}/${{ inputs.size }}-refined.tar.gz
8082
- run: ls -al ghes-data/data/backup/${{ inputs.size }}
8183

8284

0 commit comments

Comments
 (0)