mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 00:46:58 +02:00
workflows/pr-comment-dispatcher: post link to workflow run
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
This commit is contained in:
parent
a14a89f2b8
commit
af686c0f41
@ -49,6 +49,12 @@ jobs:
|
|||||||
|
|
||||||
$res
|
$res
|
||||||
|
|
||||||
|
- name: Post a link to the workflow run to the PR
|
||||||
|
uses: mshick/add-pr-comment@v2
|
||||||
|
with:
|
||||||
|
issue: ${{ github.event.issue.pull_request.number }}
|
||||||
|
message: "Build action triggered: [${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})"
|
||||||
|
|
||||||
update_sdk:
|
update_sdk:
|
||||||
needs: check_maintainer_membership
|
needs: check_maintainer_membership
|
||||||
if: ( always() && needs.check_maintainer_membership.result == 'success'
|
if: ( always() && needs.check_maintainer_membership.result == 'success'
|
||||||
|
Loading…
Reference in New Issue
Block a user