Skip to content

Commit

Permalink
Merge pull request #155 from os-autoinst/openqa_in_github
Browse files Browse the repository at this point in the history
Replace forbidden characters in BUILD variable
  • Loading branch information
mergify[bot] authored Dec 7, 2023
2 parents c0a624b + 0fc7f38 commit 277360c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openqa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
--param-file SCENARIO_DEFINITIONS_YAML=scenario-definitions.yaml
DISTRI=openQA VERSION=Tumbleweed FLAVOR=dev ARCH=x86_64
HDD_1=opensuse-Tumbleweed-x86_64-${{ steps.latest_build.outputs.build }}[email protected]
BUILD="$GH_REPO.git#$GH_REF" _GROUP_ID="0"
BUILD="$(tr '/' ':' <<<"$GH_REPO")#$GH_REF" _GROUP_ID="0"
CASEDIR="$GITHUB_SERVER_URL/$GH_REPO.git#$GH_REF"

0 comments on commit 277360c

Please sign in to comment.