✨ 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
- Update license year (65eda83)
⚠️ 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:
- The commit (63c6ec9)
- The GitHub Community post
- And issue #13