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 c2b0d21 commit 1ff1919Copy full SHA for 1ff1919
.github/workflows/restore.yml
@@ -73,10 +73,12 @@ jobs:
73
run: docker load -i backup-utils.tar
74
- uses: actions/checkout@v3
75
with:
76
+ path: ghes-data
77
repository: github/ghes-data
78
ref: main
79
token: "${{ secrets.INTERNAL_ACTIONS_DX_BOT_ACCOUNT_TOKEN }}"
- - 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
82
- run: ls -al ghes-data/data/backup/${{ inputs.size }}
83
84
0 commit comments