Skip to content

Commit

Permalink
ci: modify
Browse files Browse the repository at this point in the history
  • Loading branch information
cengelha committed Sep 8, 2023
1 parent e6fefbc commit d190086
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Print
run: Get-ChildItem "./libNOM.test/Properties/" -File -Name
shell: pwsh
- name: Secret Injector
run: Get-ChildItem "./libNOM.test/Properties/" -File | ForEach-Object { (Get-Content $_.FullName) -Replace "{{ secrets.TESTSUITE_PASSWORD }}","${{ secrets.TESTSUITE_PASSWORD }}" | Set-Content $_.FullName }
shell: pwsh
- name: Print
run: Get-Content "./libNOM.test/Properties/Resources.resx"
shell: pwsh
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit d190086

Please sign in to comment.