Skip to content

Commit 956bbd3

Browse files
committed
Fix github variables that are used by TFaGA in main branch
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent a195955 commit 956bbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ jobs:
9191
update_pull_request_status: true
9292
create_issue_comment: true
9393
pull_request_status_name: "${{ steps.vars.outputs.context }} - ${{ matrix.container-to-test }}"
94-
variables: "REPO_URL=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY;REPO_NAME=$GITHUB_REPOSITORY;PR_NUMBER=${{ github.event.issue.number }};OS=${{ matrix.os }};TEST_NAME=test;TESTED_IMAGE=${{ matrix.container-to-test }}"
94+
variables: "REPO_URL=${{ github.server_url }}/${{ github.repository }};REPO_NAME=${{ github.repository }};PR_NUMBER=${{ github.event.issue.number }};OS=${{ matrix.os }};TEST_NAME=test;TESTED_IMAGE=${{ matrix.container-to-test }}"
9595
compose: ${{ steps.vars.outputs.compose }}

0 commit comments

Comments
 (0)