Skip to content

Commit

Permalink
style: order env at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Sep 14, 2022
1 parent eabeb28 commit 5f9fce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5f9fce1

Please sign in to comment.