Skip to content

Commit b14ac58

Browse files
Merge pull request #309 from github/solmaz/reusable-workflows
[Restore] Remove extra v from file name
2 parents 37306fc + 15915aa commit b14ac58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/restore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
--account-name ghesresults \
7171
--container-name ghes-data \
7272
--name v3.8-small-docs.tar.gz \
73-
--file ghes-data/v3.8-small-docs.tar.gz \
73+
--file ghes-data/3.8-small-docs.tar.gz \
7474
--connection-string "${{ secrets.CONNECTIONSTRING }}"
7575
7676
- name: Unzip backup and setup symlink

0 commit comments

Comments
 (0)