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 1ff1919 commit 9ed990dCopy full SHA for 9ed990d
.github/workflows/restore.yml
@@ -77,8 +77,9 @@ jobs:
77
repository: github/ghes-data
78
ref: main
79
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
+ - run: ls -al ghes-data/data/backup/
+ - 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
83
- run: ls -al ghes-data/data/backup/${{ inputs.size }}
84
85
0 commit comments