We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2640ae4 commit 4ef1043Copy full SHA for 4ef1043
.github/workflows/update_sdk.yml
@@ -21,6 +21,9 @@ jobs:
21
with:
22
repository: neurostuff/${{ matrix.sdk[0] }}
23
path: ${{ matrix.sdk[1] }}/${{ matrix.sdk[0] }}
24
+ - name: Setup tmate session
25
+ uses: mxschmitt/action-tmate@v3
26
+ timeout-minutes: 45
27
- name: Checkout reciprical branch
28
run: |
29
cd ${{ matrix.sdk[1] }}/${{ matrix.sdk[0] }}
0 commit comments