misc(workflow): Added workflow_dispatch for schedule.yml (#1813)

This commit is contained in:
Roman Kelesidis 2025-02-08 06:49:55 +03:00 committed by GitHub
commit d54c07b3da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@ name: Changelog & checksums generation
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
changelog:

View file

@ -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 %}