File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 fi
3333
3434 - name : Update-Github-Sdk-Index
35- if : ${{ github.repository == 'jianbojason /ruiching-sdk-index' && github.ref == 'refs/heads/main' && github.event_name == 'push' && env.script_exists == 'true' }}
35+ if : ${{ github.repository == 'RT-Thread-Studio /ruiching-sdk-index' && github.ref == 'refs/heads/main' && github.event_name == 'push' && env.script_exists == 'true' }}
3636 run : |
3737 cd ${{ github.workspace }}/scripts
3838 python merge_sdk.py
4747 fi
4848
4949 - name : Update-Gogs-Packages-Mirror
50- if : ${{ github.repository == 'jianbojason /ruiching-sdk-index' && github.ref == 'refs/heads/main' && github.event_name == 'push' && env.script_exists == 'true' }}
50+ if : ${{ github.repository == 'RT-Thread-Studio /ruiching-sdk-index' && github.ref == 'refs/heads/main' && github.event_name == 'push' && env.script_exists == 'true' }}
5151 env :
5252 GOGS_URL : ${{ secrets.GOGS_URL }}
5353 GOGS_TOKEN : ${{ secrets.GOGS_TOKEN }}
You can’t perform that action at this time.
0 commit comments