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