We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a195955 commit 956bbd3Copy full SHA for 956bbd3
.github/workflows/container-tests.yml
@@ -91,5 +91,5 @@ jobs:
91
update_pull_request_status: true
92
create_issue_comment: true
93
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 }}"
+ 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 }}"
95
compose: ${{ steps.vars.outputs.compose }}
0 commit comments