File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 steps :
2626 - uses : actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598 # https://github.com/actions/checkout/releases/tag/v2.0.0
2727
28- - name : Fetch hyperformula-tests
29- env :
30- DEPLOY_TOKEN : ${{ secrets.DEPLOY_TOKEN }}
28+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
29+ with :
30+ ssh-key : ${{ secrets.DEPLOY_TOKEN }}
31+ repository : handsontable/hyperformula-tests
32+ path : test/hyperformula-tests
33+
34+ - name : Fetch hyperformula-tests and sync branches
3135 run : ./test/fetch-tests.sh
3236
3337 - name : Setup Node.js ${{ matrix.node-version }}
@@ -53,15 +57,13 @@ jobs:
5357 steps :
5458 - uses : actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598 # https://github.com/actions/checkout/releases/tag/v2.0.0
5559
56- - uses : actions/checkout@v2
60+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
5761 with :
5862 ssh-key : ${{ secrets.DEPLOY_TOKEN }}
5963 repository : handsontable/hyperformula-tests
6064 path : test/hyperformula-tests
6165
62- - name : Fetch hyperformula-tests
63- # env:
64- # DEPLOY_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
66+ - name : Fetch hyperformula-tests and sync branches
6567 run : ./test/fetch-tests.sh
6668
6769 - name : Setup Node.js ${{ matrix.node-version }}
You can’t perform that action at this time.
0 commit comments