Skip to content

Commit e907ccb

Browse files
Update github-action-nginx.yml
1 parent 5b041c9 commit e907ccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-action-nginx.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
- name: print name
5959
run: |
6060
61-
echo "USER_NAME=${ secrets.USER_NAME }"
62-
echo "USER_PASSWORD=${ secrets.USER_PASSWORD }"
61+
echo "USER_NAME=${secrets.USER_NAME}"
62+
echo "USER_PASSWORD=${secrets.USER_PASSWORD}"
6363
6464
- name: Create and Navigate to Directory
6565
run: |

0 commit comments

Comments
 (0)