mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
ci/update: link to workflow run in PR body
This commit is contained in:
parent
5cd74b54ad
commit
53f9d242ff
1 changed files with 5 additions and 0 deletions
5
.github/workflows/update.yml
vendored
5
.github/workflows/update.yml
vendored
|
@ -43,6 +43,8 @@ jobs:
|
||||||
repo: ${{ github.repository }}
|
repo: ${{ github.repository }}
|
||||||
base_branch: ${{ github.ref_name }}
|
base_branch: ${{ github.ref_name }}
|
||||||
pr_branch: update/${{ github.ref_name }}
|
pr_branch: update/${{ github.ref_name }}
|
||||||
|
workflow_run_id: ${{ github.run_id }}
|
||||||
|
workflow_run_url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
@ -245,6 +247,9 @@ jobs:
|
||||||
fi
|
fi
|
||||||
echo '---'
|
echo '---'
|
||||||
echo
|
echo
|
||||||
|
echo -n 'This PR was most recently updated by workflow run '
|
||||||
|
echo "[$workflow_run_id]($workflow_run_url)."
|
||||||
|
echo
|
||||||
echo -n 'You can re-run the update by going to the '
|
echo -n 'You can re-run the update by going to the '
|
||||||
echo -n '[workflow'"'"'s page](https://github.com/nix-community/nixvim/actions/workflows/update.yml) '
|
echo -n '[workflow'"'"'s page](https://github.com/nix-community/nixvim/actions/workflows/update.yml) '
|
||||||
echo 'or by using the `gh` command:'
|
echo 'or by using the `gh` command:'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue