We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f375e1c commit 0efff83Copy full SHA for 0efff83
.github/workflows/deploy.yml
@@ -13,7 +13,7 @@ jobs:
13
14
env:
15
DEPLOY_USER_NAME: ${{ secrets.DEPLOY_USER_NAME }}
16
- DEPLOY_USER_EMAIL: ${{ secrets.DEPLOY_USER_NAME }}
+ DEPLOY_USER_EMAIL: ${{ secrets.DEPLOY_USER_EMAIL }}
17
DEPLOY_REMOTE: ${{ secrets.DEPLOY_REMOTE }}
18
DEPLOY_PROCEED: ${{ secrets.DEPLOY_PROCEED }}
19
0 commit comments