mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 23:00:48 +08:00
测试 Tencent/tdesign/.github/workflows/preview.yml@main
All checks were successful
PREVIEW_PUBLISH / another-job (push) Successful in 6s
PREVIEW_PUBLISH / call-preview (push) Has been skipped
All checks were successful
PREVIEW_PUBLISH / another-job (push) Successful in 6s
PREVIEW_PUBLISH / call-preview (push) Has been skipped
This commit is contained in:
9
.github/workflows/preview-publish.yml
vendored
9
.github/workflows/preview-publish.yml
vendored
@ -12,6 +12,11 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
call-preview:
|
call-preview:
|
||||||
uses: Tencent/tdesign/.github/workflows/preview.yml@main
|
uses: https://github.com/Tencent/tdesign/.github/workflows/preview.yml@main
|
||||||
secrets:
|
secrets:
|
||||||
TDESIGN_SURGE_TOKEN: ${{ secrets.TDESIGN_SURGE_TOKEN }}
|
TDESIGN_SURGE_TOKEN: ${{ secrets.TDESIGN_SURGE_TOKEN }}
|
||||||
|
another-job:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Another job
|
||||||
|
run: echo "This is another job!"
|
Reference in New Issue
Block a user