嘟嘟社区

github action push 触发,怎么时不时的不触发呢。


文件开头是这样。我提交代码没运行,为什么呢。偶尔又可以运行

name: autoUpload
on:
  push
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    – uses: actions/[email protected]
    – name: Step 1 Use Node.js
      uses: actions/[email protected]
      with:
        node-version: ’14’
   
    – run: npm ci
    – run: npm run build –if-present

等一个钟
                                                      
接触不良