Fix to avoid lint error

This commit is contained in:
peaceiris 2019-11-03 08:18:03 +09:00
parent f351a62bb9
commit dd439cf0a3

View File

@ -64,7 +64,7 @@ Tool actions for your workflow.
- [actions/download-artifact](https://github.com/actions/download-artifact) - Download artifacts from your build.
- [actions/cache](https://github.com/actions/cache) - Cache dependencies and build outputs in GitHub Actions.
- [actions/github-script](https://github.com/actions/github-script) - Write a script for GitHub API and the workflow contexts.
- [actions/github](https://github.com/actions/github) - Wraps actions-toolkit into an Action for common GitHub automations.
- [`actions/github`](https://github.com/actions/github) - Wraps actions-toolkit into an Action for common GitHub automations.
#### Actions for GitHub Automation