Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add username and useremail options #67

Merged
merged 3 commits into from
Dec 24, 2019

Conversation

peaceiris
Copy link
Owner

Close #66

peaceiris added a commit to peaceiris/nextjs-test that referenced this pull request Dec 24, 2019
@peaceiris
Copy link
Owner Author

@orzyyyy
Please try the following.

    - name: Deploy
      uses: peaceiris/actions-gh-pages@v2.8.0-0
      env:
        ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
        PUBLISH_BRANCH: gh-pages
        PUBLISH_DIR: ./dist
      with:
        username: "iris"
        useremail: "iris@peaceiris.com"

@orzyyyy
Copy link

orzyyyy commented Dec 24, 2019

Is this released now?

@peaceiris
Copy link
Owner Author

peaceiris commented Dec 24, 2019

v2.8.0-0 has been released now and it is a pre-release. After testing and documentation updating, this change will be merged and v2.8.0 released.

@orzyyyy
Copy link

orzyyyy commented Dec 24, 2019

peaceiris added a commit to peaceiris/nextjs-test that referenced this pull request Dec 24, 2019
@peaceiris peaceiris marked this pull request as ready for review December 24, 2019 06:19
@peaceiris peaceiris merged commit 0252bbe into master Dec 24, 2019
@peaceiris peaceiris deleted the option-git-user-name-and-email branch December 24, 2019 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proposal: Add option to define custom Git user.name and user.email
2 participants