From 73f70f5d758da3af634f86604b039677e63900da Mon Sep 17 00:00:00 2001 From: rahulbreezo Date: Thu, 11 Jun 2020 12:44:21 +0530 Subject: [PATCH 1/2] testing --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 0b6a75b..d8adff1 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,7 @@ const core = require("@actions/core"); const github = require("@actions/github"); const createBranch = require("./create-branch"); -// + async function run() { try { const sourceBranch = core.getInput("SOURCE_BRANCH", { required: true }); From c1c66d9a1d6a8075ca435d2424131acea7331d34 Mon Sep 17 00:00:00 2001 From: Rahul singh mawari <51601150+sudoStatus200@users.noreply.github.com> Date: Thu, 11 Jun 2020 12:47:31 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2143791..5d44aab 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ jobs: with: node-version: 12 - name: Create Sync PR - uses: sudoStatus200/create-sync-pr@0.3.0 + uses: sudoStatus200/create-sync-pr@0.3.1 with: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} SOURCE_BRANCH: "master"