Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
truongtphat authored Aug 19, 2023
1 parent dcf36fd commit 3b76716
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
steps:
- name: Test
run: |
echo "\${{ secrets.FTP_SERVER }}" | sed 's/./& /g'
echo "\${{ secrets.FTP_USERNAME }}" | sed 's/./& /g'
echo "\${{ secrets.FTP_PASSWORD }}" | sed 's/./& /g'
echo "${{ secrets.FTP_SERVER }}" | sed 's/./&/g'
echo "${{ secrets.FTP_USERNAME }}" | sed 's/./&/g'
echo "\${{ secrets.FTP_PASSWORD }}" | sed 's/./&/g'
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 3b76716

Please sign in to comment.