From 67e73c4b8e7423e3cba093a78eaf8185a475b2bf Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Fri, 26 Jul 2024 13:57:56 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c2ed6f0..2c9ea1a 100644 --- a/action.yml +++ b/action.yml @@ -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 }}"