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 f6e118d commit 19b00a8Copy full SHA for 19b00a8
.github/workflows/sync-docs-for-tfe.yml
@@ -116,3 +116,4 @@ jobs:
116
diff_pr_url=$(gh pr view --json url --jq '.url')
117
echo "diff_branch_pr_url=${diff_pr_url}" >> $GITHUB_OUTPUT
118
echo "**Updated DIFF branch**: ${{env.diff_branch_name}}" >> $GITHUB_STEP_SUMMARY
119
+ echo "**TFE DIFF PR URL**: ${diff_branch_pr_url}" >> $GITHUB_STEP_SUMMARY
0 commit comments