From b0b2a452e0305d5c689f61a6287c6745fd34f620 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Fri, 17 Jul 2020 14:54:45 +0300 Subject: [PATCH] Render syntax highlighting for the other example too. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 984ea58..9511f2d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ There are two steps required to use this action: The following configuration file uses _this_ action, along with the [github-action-build](https://github.com/skx/github-action-build) action to generate the artifacts for a project, then attach them to a release. -``` +```yml on: release: types: [created]