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 738b85f commit acc6351Copy full SHA for acc6351
.github/workflows/restore.yml
@@ -63,14 +63,6 @@ jobs:
63
- name: Load docker container
64
run: docker load -i backup-utils.tar
65
66
- # - uses: actions/checkout@v3
67
- # with:
68
- # path: ghes-data
69
- # repository: github/ghes-data
70
- # ref: main
71
- # token: "${{ secrets.INTERNAL_ACTIONS_DX_BOT_ACCOUNT_TOKEN }}"
72
- # lfs: 'true'
73
-
74
- name: Download from blob storage
75
run: |
76
mkdir ghes-data
@@ -81,7 +73,6 @@ jobs:
81
--file ghes-data/v3.8-small-docs.tar.gz \
82
--connection-string "${{ secrets.CONNECTIONSTRING }}"
83
84
85
- name: Unzip backup and setup symlink
86
77
87
78
mkdir $HOME/ghe-backup-data
0 commit comments