File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,13 @@ jobs:
5353 steps :
5454 - uses : actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598 # https://github.com/actions/checkout/releases/tag/v2.0.0
5555
56- - name : Setup SSH agent
57- env :
58- DEPLOY_TOKEN : ${{ secrets.DEPLOY_TOKEN }}
59- run : |
60- eval $(ssh-agent -s)
61- ssh-add .github/workflows/secrets/id_rsa <<< ${{secrets.DEPLOY_TOKEN}}
62- git clone git@github.com:handsontable/hyperformula-tests.git
63-
56+ - name : Clone private submodule
57+ uses : pietrobolcato/action-clone-private-submodule@537ff87af8e3e989dd02f491708ab6d1912c915c
58+ with :
59+ ssh_private_key : ${{ secrets.DEPLOY_TOKEN }}
60+ module_link : handsontable/hyperformula-tests
61+ module_path : test/hyperformula-tests
62+
6463 - name : Fetch hyperformula-tests
6564 # env:
6665 # DEPLOY_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
You can’t perform that action at this time.
0 commit comments