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 e885094 commit e5524cfCopy full SHA for e5524cf
.github/workflows/ci-report.yml
@@ -36,10 +36,10 @@ jobs:
36
37
if [ -n "$TARGET_BRANCH" ]; then
38
echo "::notice::PR found. Target branch is: $TARGET_BRANCH"
39
- echo "branch=$TARGET_BRANCH" >> "$GITHUB_OUTPUT"
+ echo "original_branch_ref=$TARGET_BRANCH" >> "$GITHUB_OUTPUT"
40
else
41
echo "::notice::PR not found. Defaulting to head_branch."
42
- echo "branch=$BRANCH_NAME" >> "$GITHUB_OUTPUT"
+ echo "original_branch_ref=$BRANCH_NAME" >> "$GITHUB_OUTPUT"
43
fi
44
45
echo "original_branch_ref=$BRANCH_REF" >> "$GITHUB_OUTPUT"
0 commit comments