Skip to content

PR created but action not started #187

Description

@unional

You can see that the PR is opened correctly: clibuilder/clibuilder#375
But there is no workflow started: https://github.com/unional/clibuilder/actions

I'm setting it up using shared workflow:

jobs:
code:
uses: unional/.github/.github/workflows/yarn2-library-verify-cross-platform.yml@mainrelease:
uses: unional/.github/.github/workflows/yarn2-library-release.yml@mainneeds: codesecrets: inherit

https://github.com/unional/clibuilder/blob/main/.github/workflows/release.yml

 - name: Create Release Pull Request or Publish to npmid: changesetsuses: changesets/action@v1with:
version: yarn changeset versionpublish: yarn changeset publishenv:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

https://github.com/unional/.github/blob/main/.github/workflows/yarn2-library-release.yml

Maybe somehow the action is getting wrong information because of that?

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions