Skip to content

Commit

Permalink
try to add git config to fix
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Oct 12, 2022
1 parent 541bfef commit fb041f9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
- name: Checkout Plugin
uses: actions/checkout@v1

- name: Line endings
run: git config --global core.autocrlf true

- name: Checkout OpenSearch Dashboards
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit fb041f9

Please sign in to comment.