Skip to content

Commit 43f6f25

Browse files
author
jiangjianbo
committed
更新action.yml
1 parent cf1e150 commit 43f6f25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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
@@ -47,7 +47,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)