Skip to content

Commit 9ed990d

Browse files
Add more debugging code
1 parent 1ff1919 commit 9ed990d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/restore.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ jobs:
7777
repository: github/ghes-data
7878
ref: main
7979
token: "${{ secrets.INTERNAL_ACTIONS_DX_BOT_ACCOUNT_TOKEN }}"
80-
- run: ls -al
81-
- run: tar -zxvf ghes-data/data/backup/${{ inputs.size }}/${{inputs.version}}/${{ inputs.size }}-refined.tar.gz
80+
- run: ls -al ghes-data/data/backup/
81+
- run: ls -al ghes-data/data/backup/small/v3.8.0
82+
- run: tar -zxvf ghes-data/data/backup/${{ inputs.size }}/v3.8.0/${{ inputs.size }}-refined.tar.gz
8283
- run: ls -al ghes-data/data/backup/${{ inputs.size }}
8384

8485

0 commit comments

Comments
 (0)