Skip to content

Commit

Permalink
add Get-Location to see where am i
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Oct 4, 2023
1 parent 25c6dff commit 65fca5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- name: Add Admin Credential on Windows
if: ${{ runner.os == 'Windows' }}
run: |
Get-Location
Add-Content -Path D:\a\work\security\security\config\internal_users.yml -Value "admin:"
Add-Content -Path D:\a\work\security\security\config\internal_users.yml -Value " hash: `"$2a$12$VcCDgh2NDk07JGN0rjGbM.Ad41qVR/YFJcgHp0UGns5JDymv..TOG`""
Add-Content -Path D:\a\work\security\security\config\internal_users.yml -Value " reserved: true"
Expand Down

0 comments on commit 65fca5e

Please sign in to comment.