Skip to content

Commit

Permalink
feat: link to the workflow run that generated the PR (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
jazanne authored Mar 25, 2024
1 parent 46debe9 commit 90218ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ runs:
fi
echo "---" >> /tmp/pr_body.txt
echo "This PR was created using [launchdarkly-labs/pr-downstream](https://github.com/launchdarkly-labs/pr-downstream)." >> /tmp/pr_body.txt
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
echo "pr_body<<EOF" >> $GITHUB_ENV
cat /tmp/pr_body.txt >> $GITHUB_ENV
Expand Down

0 comments on commit 90218ec

Please sign in to comment.