From b818ff48fee685ecd2ef777e9b3899254e719389 Mon Sep 17 00:00:00 2001 From: Conrad Date: Fri, 10 Jan 2020 10:30:03 +0100 Subject: [PATCH] Fixed a bug with the GitHub variable standing in action --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a1c56ec..11bfb1a 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ inputs: description: Options for the 'prettier' command required: true branch: - description: Branch which the changes are merged to, should be ${{ github.head_ref }} for PRs + description: Branch which the changes are merged to required: true runs: