Skip to content

GitHub Pages Action v2.8.0

Compare
Choose a tag to compare
@peaceiris peaceiris released this 24 Dec 06:23
0252bbe

Release v2.8.0

New Feature

Custom Git username and email #67

Set custom git config user.name and git config user.email.
A commit is always created with the same user.

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

cf. Comparing v2.7.0...v2.8.0 路 peaceiris/actions-gh-pages