Skip to content

Commit b0f8ea9

Browse files
committed
Use correct file
1 parent edc38c1 commit b0f8ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ansible-deployments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: sed -i 's/\[judgehost\]/[removed]/g' hosts; printf '\n[judgehost]\ngithub-action\tansible_host=localhost' >> hosts
2525
- name: Generate secure credentials
2626
working-directory: ./icpc-wf/ansible
27-
run: mv group_vars/all/secret.yml{.secret,}
27+
run: mv group_vars/all/secret.yml{.example,}
2828
- name: Run the default deployment method
2929
working-directory: ./icpc-wf/ansible
3030
run: cat hosts; make judgehost

0 commit comments

Comments
 (0)