mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
misc(workflow): Added workflow_dispatch
for schedule.yml
(#1813)
This commit is contained in:
parent
aa866d19e6
commit
d54c07b3da
2 changed files with 2 additions and 1 deletions
1
.github/workflows/schedule.yml
vendored
1
.github/workflows/schedule.yml
vendored
|
@ -3,6 +3,7 @@ name: Changelog & checksums generation
|
|||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
changelog:
|
||||
|
|
|
@ -64,7 +64,7 @@ body = """
|
|||
## New Contributors ❤️
|
||||
{% endif %}\
|
||||
{% for contributor in github.contributors | filter(attribute="is_first_time", value=true) %}
|
||||
* [@{{ contributor.username }}](https://github.com/{{ contributor.username }}) made their first contribution
|
||||
* @{{ contributor.username }} made their first contribution
|
||||
{%- if contributor.pr_number %} in \
|
||||
[#{{ contributor.pr_number }}]({{ self::remote_url() }}/pull/{{ contributor.pr_number }}) \
|
||||
{%- endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue