Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

property "all-labels" is not defined in object type {} on actions/labeler@v4 #346

Open
EigoOda opened this issue Aug 22, 2023 · 0 comments

Comments

@EigoOda
Copy link

EigoOda commented Aug 22, 2023

...
  labeler:
    runs-on: ubuntu-latest
    steps:
      - id: labeler
        uses: actions/labeler@v4
        with:
          repo-token: ${{ secrets.GITHUB_TOKEN }}
          configuration-path: .github/labeler.yaml
          sync-labels: ''
    outputs:
      labels: ${{ steps.labeler.outputs.all-labels }}

actionlint says 'property "all-labels" is not defined in object type {} [expression]'.

But the Following jobs (need labeler job outputs) are running correctly.
How can I resolve this warning?
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant