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

Checks show against the wrong workflow #20

Closed
dpp23 opened this issue Apr 3, 2021 · 1 comment
Closed

Checks show against the wrong workflow #20

dpp23 opened this issue Apr 3, 2021 · 1 comment

Comments

@dpp23
Copy link

dpp23 commented Apr 3, 2021

I have 2 workflows one of which contains this as the last step:

      - uses: LouisBrunner/checks-action@v1.1.1
        with:
          token: ${{ secrets.GITHUB_TOKEN }}
          name: ${{ steps.plan.outputs.summary }}
          conclusion: ${{ job.status }}
          output: |
            {"summary": "${{ steps.plan.outputs.url }}"}

The check created by the checks-action gets connected to the other workflow. Is there a setting I can tweak to attach it the the current workflow?

@dpp23
Copy link
Author

dpp23 commented Apr 3, 2021

dupe of #17

@dpp23 dpp23 closed this as completed Apr 3, 2021
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