Skip to content

Commit

Permalink
Merge pull request #86 from sclorg/ga_variables
Browse files Browse the repository at this point in the history
Fix TMT variables
  • Loading branch information
phracek authored Nov 11, 2024
2 parents d1fe4ee + 1d2aeee commit d6278e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
tf_scope: "public"
tmt_plan_regex: "cwt"
pull_request_status_name: "Fedora"
variables: "REPO_URL=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY;REPO_NAME=$GITHUB_REPOSITORY;PR_NUMBER=${{ github.event.issue.number }}"
variables: "REPO_URL=${{ github.server_url }}/${{ github.repository }};REPO_NAME=${{ github.repository }};PR_NUMBER=${{ github.event.issue.number }}"
compose: "Fedora-latest"
create_issue_comment: "true"
create_github_summary: "true"

0 comments on commit d6278e1

Please sign in to comment.