Skip to content

Commit edc38c1

Browse files
committed
fix typo
1 parent 2439891 commit edc38c1

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
@@ -21,7 +21,7 @@ jobs:
2121
run: sudo apt update; sudo apt install ansible
2222
- name: Setup the hosts file
2323
working-directory: ./icpc-wf/ansible
24-
run: sed -i 's/\[judgehost\]/[removed]/g' hosts; printf '\n[judgehost]\ngithub-action\tansible_host=localhost' >>> hosts
24+
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
2727
run: mv group_vars/all/secret.yml{.secret,}

0 commit comments

Comments
 (0)