We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8438fea commit a5569feCopy full SHA for a5569fe
.github/workflows/scenario.yaml
@@ -38,7 +38,7 @@ jobs:
38
exit 1
39
fi
40
{
41
- echo "runID=$(echo -n '${{ github.ref_name }}' | cut -d '-' -f 2)"
+ echo "runID=$runID"
42
echo "artifactRepositoryFullName=$artifactRepositoryFullName"
43
echo "runType=$runType"
44
} >> "${GITHUB_ENV}"
0 commit comments