From 477313b6998d0e6c32900b7d39c1e3ddefe9be4f Mon Sep 17 00:00:00 2001 From: osfanbuff63 <91388253+osfanbuff63@users.noreply.github.com> Date: Fri, 15 Apr 2022 08:39:00 -0400 Subject: [PATCH] Fix readme markdown Signed-off-by: osfanbuff63 <91388253+osfanbuff63@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c01a04..16c2738 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,7 @@ but any output files generated by the build will not be saved. To save selected files from your build execution, you can use the core [Upload-Artifact](https://github.com/actions/upload-artifact) action. For example: -``` +```yaml jobs: gradle: runs-on: ubuntu-latest