Files
composite-actions/.github/workflows/ci.yml
严浩 afca04fa2e
Some checks failed
/ another-job (push) Failing after 7s
更新 CI 工作流,指定 composite-actions 的具体版本
2024-09-30 14:46:15 +08:00

10 lines
192 B
YAML

on:
push:
jobs:
another-job:
runs-on: ubuntu-latest
steps:
- uses: yanhao98/composite-actions/action.yml@main
- run: |
node --version
pnpm --version