Skip to content
Compare
Choose a tag to compare
@EdricChan03 EdricChan03 released this 15 Feb 09:28
9ea7b09

✨ New features

  • Add support for showing the log from bundle install only if it returns with a non-zero exit code (a0bde56) (cherry-picked from #8)

📄 License updates

⚠️ Notice

This release no longer marks the gh_pages_token input as required. You may now omit the input from your workflow(s):

with:
  - github_token: ${{ secrets.GITHUB_TOKEN }} # Or github.token
- - gh_pages_token: ${{ secrets.GH_PAGES_TOKEN }}

And remove the GH_PAGES_TOKEN secret from your repository's secrets.

See the following links for more information: