Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanbrudiu authored Jul 27, 2024
1 parent 6f5334f commit a2962b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
- name: Debug
run: |
echo "::group::Debug"
echo "::${{ environment }}"
echo "::${{ secrets.SERVER_COMPUTER_NAME }}"
echo "::${{ secrets.WEBSITE_NAME }}"
echo "::ComputerName-${{ secrets.SERVER_COMPUTER_NAME }}"
echo "::WebsiteName-${{ secrets.WEBSITE_NAME }}"
echo "::endgroup::
- name: Deploy
uses: rasmusbuchholdt/[email protected]
Expand Down

0 comments on commit a2962b8

Please sign in to comment.