Skip to content

fix: ci

fix: ci #17

Workflow file for this run

name: seamoon
on: [ push, pull_request ]
jobs:
build:
uses: ./.github/workflows/build.yml
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
docs:
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feat/docs' }}
uses: ./.github/workflows/pages.yml
release:
if: startsWith(github.ref, 'refs/tags/')
uses: ./.github/workflows/release.yml
secrets:
GO_RELEASER_GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}
sync:
if: startsWith(github.ref, 'refs/tags/')
needs: [ build ]
uses: ./.github/workflows/sync.yml

Check failure on line 20 in .github/workflows/seamoon.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/seamoon.yml

Invalid workflow file

error parsing called workflow ".github/workflows/seamoon.yml" -> "./.github/workflows/sync.yml" (source branch with sha:4e2aee3a964dcd78f7ef349eb255822c15befd66) : Invalid `steps` value - steps should be list of `uses` or `run` items
secrets:
ALIYUN_USERNAME: ${{ secrets.ALIYUN_USERNAME }}
ALIYUN_PASSWORD: ${{ secrets.ALIYUN_PASSWORD }}
TENCENT_USERNAME: ${{ secrets.TENCENT_USERNAME }}
TENCENT_PASSWORD: ${{ secrets.TENCENT_PASSWORD }}