File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 43
43
repo : ${{ github.repository }}
44
44
base_branch : ${{ github.ref_name }}
45
45
pr_branch : update/${{ github.ref_name }}
46
+ workflow_run_id : ${{ github.run_id }}
47
+ workflow_run_url : ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
46
48
47
49
steps :
48
50
- name : Checkout repository
@@ -245,6 +247,9 @@ jobs:
245
247
fi
246
248
echo '---'
247
249
echo
250
+ echo -n 'This PR was most recently updated by workflow run '
251
+ echo "[$workflow_run_id]($workflow_run_url)."
252
+ echo
248
253
echo -n 'You can re-run the update by going to the '
249
254
echo -n '[workflow'"'"'s page](https://github.com/nix-community/nixvim/actions/workflows/update.yml) '
250
255
echo 'or by using the `gh` command:'
You can’t perform that action at this time.
0 commit comments