From dd439cf0a3feadfaf2034da0292687a0f47692a3 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sun, 3 Nov 2019 08:18:03 +0900 Subject: [PATCH] Fix to avoid lint error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eab8aef..b9228d2 100644 --- a/README.md +++ b/README.md @@ -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