Skip to content

Commit acc6351

Browse files
Remove unnecessary code
1 parent 738b85f commit acc6351

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/restore.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,6 @@ jobs:
6363
- name: Load docker container
6464
run: docker load -i backup-utils.tar
6565

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-
7466
- name: Download from blob storage
7567
run: |
7668
mkdir ghes-data
@@ -81,7 +73,6 @@ jobs:
8173
--file ghes-data/v3.8-small-docs.tar.gz \
8274
--connection-string "${{ secrets.CONNECTIONSTRING }}"
8375
84-
8576
- name: Unzip backup and setup symlink
8677
run: |
8778
mkdir $HOME/ghe-backup-data

0 commit comments

Comments
 (0)