Skip to content

Commit

Permalink
add support for comment summary creation
Browse files Browse the repository at this point in the history
  • Loading branch information
phracek authored Sep 25, 2024
1 parent 88780d2 commit 104aca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@ runs:
tf_scope: ${{ steps.vars.outputs.tf_scope }}
tmt_plan_regex: ${{ steps.vars.outputs.tmt_plan }}
update_pull_request_status: true
create_issue_comment: true
pull_request_status_name: "${{ steps.vars.outputs.context }} - ${{ steps.working_dir.outputs.path }}"
variables: "REPO_URL=${{ github.server_url }}/${{ github.repository }};REPO_NAME=${{ github.repository }};PR_NUMBER=${{ github.event.issue.number }};SINGLE_VERSION=${{ inputs.version }};OS=${{ steps.vars.outputs.os_test }};TEST_NAME=${{ steps.vars.outputs.test_name }}"

0 comments on commit 104aca8

Please sign in to comment.