Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phracek committed Jul 26, 2024
1 parent 523108f commit d3489a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ runs:
git_url: ${{ steps.vars.outputs.tmt_repo }}
git_ref: ${{ steps.vars.outputs.branch }}
tf_scope: ${{ steps.vars.outputs.tf_scope }}
tmt_plan_regex: ${{ steps.vars.outputs.tmt_plan }}
tmt_plan_regex: "^${{ steps.vars.outputs.tmt_plan }}"
update_pull_request_status: 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 d3489a9

Please sign in to comment.