File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
2929 with :
3030 submodules : ${{ matrix.is_hybrid_build || false }}
31- token : ${{ secrets.OS_BOTIFY_TOKEN }}
31+ # token: ${{ secrets.OS_BOTIFY_TOKEN }}
3232
3333 - name : Setup Node
3434 uses : ./.github/actions/composite/setupNode
3737
3838 - name : Rock Remote Build - Android
3939 # rock v3
40- uses : callstackincubator/android@8fe27a5a3efcf32b54e4741be0ba58bafc73bb0d
40+ # uses: callstackincubator/android@8fe27a5a3efcf32b54e4741be0ba58bafc73bb0d
41+ uses : callstackincubator/android@3cb20ec17e0a8b984eb2781845ca799fb287a53d
4142 env :
4243 GITHUB_TOKEN : ${{ github.token }}
4344 IS_HYBRID_APP : ${{ matrix.is_hybrid_build }}
Original file line number Diff line number Diff line change 3232 uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
3333 with :
3434 submodules : ${{ matrix.is_hybrid_build || false }}
35- token : ${{ secrets.OS_BOTIFY_TOKEN }}
35+ # token: ${{ secrets.OS_BOTIFY_TOKEN }}
3636
3737 - name : Setup Node
3838 uses : ./.github/actions/composite/setupNode
4141
4242 - name : Rock Remote Build - iOS
4343 # rock v3
44- uses : callstackincubator/ios@dd886b4ad3b35351d799d4c2633a678c94549038
44+ # uses: callstackincubator/ios@dd886b4ad3b35351d799d4c2633a678c94549038
45+ uses : callstackincubator/ios@9700aca4913785045457e4bb355480a9592acb26
46+
4547 env :
4648 GITHUB_TOKEN : ${{ github.token }}
4749 IS_HYBRID_APP : ${{ matrix.is_hybrid_build }}
You can’t perform that action at this time.
0 commit comments