Skip to content

Commit

Permalink
Merge pull request #64 from sclorg/fix_github_action
Browse files Browse the repository at this point in the history
Fix variables to GitHub Action variables
  • Loading branch information
phracek authored May 14, 2024
2 parents 7e3c912 + a676ec9 commit e2b3c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/interop-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
tf_scope: "private"
tmt_plan_regex: "ansible-tests"
pull_request_status_name: ${{ matrix.context }}
variables: "REPO_URL=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY;REPO_NAME=$GITHUB_REPOSITORY;PR_NUMBER=${{ github.event.issue.number }};TEST_NAME=${{ matrix.test_name }}"
variables: "REPO_URL=${{ github.server_url }}/${{ github.repository }};REPO_NAME=${{ github.repository }};PR_NUMBER=${{ github.event.issue.number }};TEST_NAME=${{ matrix.test_name }}"
compose: "RHEL-8.8.0-Nightly"

0 comments on commit e2b3c96

Please sign in to comment.