diff --git a/_posts/devops/2022-02-08-devops-github-action.md b/_posts/devops/2022-02-08-devops-github-action.md index 8093f2c8edae..5098b5efea25 100644 --- a/_posts/devops/2022-02-08-devops-github-action.md +++ b/_posts/devops/2022-02-08-devops-github-action.md @@ -87,7 +87,8 @@ on: 比如說我的其中一個 action([Hardhat Test](https://github.com/marketplace/actions/hardhat-test)) ![](/assets/img/posts/action.jpg) -> 上架到 marketplace 需要設定 branding 相關參數,你可以參考 [action.yaml](#actionyaml) +> 上架到 marketplace 需要設定 branding 相關參數,你可以參考 [action.yaml](#actionyaml)\ +> 網路上也有人貼心的準備了一個 cheat sheet, 可參考 [GitHub Actions Branding Cheat Sheet](https://github.com/haya14busa/github-action-brandings) ## Runner CI 伺服器,可以是 local 或是 remote 的\