From 5f9fce1dca06e3076c5a93e32c4d5e5a8b669544 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Wed, 14 Sep 2022 13:53:23 +0000 Subject: [PATCH] style: order env at the end --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fc4927b..137b2a3 100644 --- a/action.yml +++ b/action.yml @@ -29,7 +29,7 @@ runs: steps: - id: data shell: bash + run: ${{ github.action_path }}/scripts/index.sh env: DIFF_PATHS: ${{ inputs.pathspec }} BASE_SHA: ${{ github.event.pull_request.base.sha }} - run: ${{ github.action_path }}/scripts/index.sh