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 #105

Closed
EigoOda opened this issue Aug 22, 2023 · 2 comments
Closed

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.

@EigoOda
Copy link
Author

EigoOda commented Aug 22, 2023

post to rhysd/actionlint#346

@EigoOda EigoOda closed this as completed Aug 22, 2023
@rahimme2k7
Copy link

DO YOU GET ANY SOLUTION REGARDING THIS ISSUE. I AM FACING SILIAR PROBLEM.

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

2 participants