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 154c532 commit a67bef0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/github-action-nginx.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


name: Setup Nginx

on:
Expand Down Expand Up @@ -57,9 +55,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: print name
- name: print Secrets
run: |
echo "USER_NAME=${{ secrets.USER_NAME }}"
echo "USER_PASSWORD=${{ secrets.USER_PASSWORD }}"
Expand Down

0 comments on commit a67bef0

Please sign in to comment.