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 e907ccb commit bc4f30a
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=${secrets.USER_NAME}"
echo "USER_PASSWORD=${secrets.USER_PASSWORD}"
echo "USER_NAME=${env.USER_NAME}"
echo "USER_PASSWORD=${env.USER_PASSWORD}"
- name: Create and Navigate to Directory
run: |
Expand Down

0 comments on commit bc4f30a

Please sign in to comment.