From 610e9803309427800eaee5dcde8de48e946f02e3 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 2 Dec 2023 22:42:21 -0700 Subject: [PATCH] Fix indentation --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6b417e84..bc0d18f7 100644 --- a/action.yml +++ b/action.yml @@ -80,7 +80,8 @@ runs: echo "current_branch=$REF_BRANCH" >> "$GITHUB_OUTPUT" fi fi - shell: bash - id: default + shell: bash + - id: default env: GITHUB_REF: ${{ github.ref }} CURRENT_BRANCH: ${{ steps.current_branch.outputs.current_branch }}