Skip to content

Commit

Permalink
Update github-action-nginx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankit-clouddrove authored Feb 7, 2024
1 parent 203c4c5 commit 5b041c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-action-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
- name: print name
run: |
echo "USER_NAME=${USER_NAME}"
echo "USER_PASSWORD=${USER_PASSWORD}"
echo "USER_NAME=${ secrets.USER_NAME }"
echo "USER_PASSWORD=${ secrets.USER_PASSWORD }"
- name: Create and Navigate to Directory
run: |
Expand Down

0 comments on commit 5b041c9

Please sign in to comment.