From dc019ec39e3b4a1cb669d5a1fa9cbc3d2f2d900a Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Sun, 21 Jul 2019 13:36:09 +0900 Subject: [PATCH] Update main.workflow --- .github/main.workflow | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/main.workflow b/.github/main.workflow index b81dd5d..293ba37 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -6,8 +6,8 @@ workflow "Action testing workflow" { action "Create report file" { uses = "finnp/create-file-action@1.0.0" env = { - FILE_NAME = "report.md" - FILE_DATA = "#Report\nThis is created to test create-pull-request action." + FILE_NAME = "report.txt" + FILE_DATA = "This is created to test create-pull-request action." } }