Skip to content

Error: Error: Input required and not supplied: github_tokenΒ #272

@tigercosmos

Description

@tigercosmos

The following is the action config I use:

jobs:
  remove_label:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: actions-ecosystem/action-remove-labels@v1
        if: ${{ startsWith(github.event.comment.body, '/done') }}
        with:
          labels: 'todo πŸ—’οΈ'
      - uses: actions-ecosystem/action-add-labels@v1
        if: ${{ startsWith(github.event.comment.body, '/done') }}
        with:
          labels: 'status: resolved βœ…'

And it turns out the result:
image

where "remove" has error, but "add" works

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions