Skip to content

Commit

Permalink
Add single quote for EOL
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <jiallian@amazon.com>
  • Loading branch information
RyanL1997 committed Oct 4, 2023
1 parent 280e94a commit 68302de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
- name: Insert Admin Credential on Linux
if: ${{ runner.os == 'Linux' }}
run: |
cat <<EOL >> /home/runner/work/security/security/config/internal_users.yml
cat <<'EOL' >> /home/runner/work/security/security/config/internal_users.yml
admin:
hash: '$2a$12$VcCDgh2NDk07JGN0rjGbM.Ad41qVR/YFJcgHp0UGns5JDymv..TOG'
hash: "$2a$12$VcCDgh2NDk07JGN0rjGbM.Ad41qVR/YFJcgHp0UGns5JDymv..TOG"
reserved: true
backend_roles:
- "admin"
Expand Down

0 comments on commit 68302de

Please sign in to comment.