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 4586c42 commit f219e43Copy full SHA for f219e43
.github/workflows/pull-request-approved.yml
@@ -45,8 +45,7 @@ jobs:
45
echo "github.event.pull_request.head.ref: ${{ inputs.head_ref }}"
46
echo "secrets.ZETTA_REPO_ACCESS_TOKEN: ${{ secrets.ZETTA_REPO_ACCESS_TOKEN }}"
47
xetabase_branch=$(./.github/workflows/scripts/get_opencga_enterprise_branch.sh "java-common-libs" ${{ inputs.target_branch }} ${{ inputs.head_ref }})
48
- echo "__Xetabase ref:__ \"${xetabase_branch}\"" | tee -a ${GITHUB_STEP_SUMMARY}
49
- echo "xetabase_branch=${xetabase_branch}" >> $GITHUB_OUTPUT
+ echo "__CI CORE Xetabase ref:__ \"${xetabase_branch}\"" | tee -a ${GITHUB_STEP_SUMMARY}
50
env:
51
ZETTA_REPO_ACCESS_TOKEN: ${{ secrets.ZETTA_REPO_ACCESS_TOKEN }}
52
0 commit comments