Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5a93de1

Browse files
committedMar 25, 2024··
link to the workflow run that generated the PR
1 parent 46debe9 commit 5a93de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ runs:
137137
fi
138138
139139
echo "---" >> /tmp/pr_body.txt
140-
echo "This PR was created using [launchdarkly-labs/pr-downstream](https://github.com/launchdarkly-labs/pr-downstream)." >> /tmp/pr_body.txt
140+
echo "This PR was created by [${{github.workflow}}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) using [launchdarkly-labs/pr-downstream](https://github.com/launchdarkly-labs/pr-downstream)." >> /tmp/pr_body.txt
141141
142142
echo "pr_body<<EOF" >> $GITHUB_ENV
143143
cat /tmp/pr_body.txt >> $GITHUB_ENV

0 commit comments

Comments
 (0)
Please sign in to comment.