You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In that case the current logic doesn't pick up the correct commit SHA. In this situation it would be great to have a property that can be set to the SHA..
eg.
with:
report_name: Unit Testsreport_title: Unit Testsgithub_token: ${{ secrets.GITHUB_TOKEN }}test_results_path: ./TestResults.trxsha: ${{ github.event.workflow_run.head_sha }}
The text was updated successfully, but these errors were encountered:
flcdrg
added a commit
to flcdrg/dotnet-tests-report
that referenced
this issue
Jul 23, 2021
If you're separating out workflows like in https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/automating-dependabot-with-github-actions#handling-push-events then you might want to run this action from a workflow triggered by the
workflow_run
event.In that case the current logic doesn't pick up the correct commit SHA. In this situation it would be great to have a property that can be set to the SHA..
eg.
The text was updated successfully, but these errors were encountered: