Skip to content

Commit

Permalink
#163: Correct sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Jan 14, 2021
1 parent c084d98 commit 9ac5ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: ls -l icat-ansible/group_vars/all
- name: Replace default payara user with Actions user
run: |
'sed -i -e "s/^payara_user: \"glassfish\"/payara_user: \"runner\"/" icat-ansible/group_vars/all/vars.yml'
sed -i -e "s/^payara_user: \"glassfish\"/payara_user: \"runner\"/" icat-ansible/group_vars/all/vars.yml
- name: Run ICAT Ansible Playbook (cmd line)
run: |
Expand Down

0 comments on commit 9ac5ec0

Please sign in to comment.