-
-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Feature]: Problems randomEmoji in Templates #152
Comments
@eryajf just released a new version with this feature, please use the following yaml code:
|
Thank you, this is possible. I would like to know what the current default value "username/repository" refers to and whether it is possible to change this default value to a timestamp, so that this parameter does not need to be configured by default. |
@eryajf setting it as a timestamp value is a bad idea. It will update your repository every 5 minutes. That's why it is better to keep it as a static value. Using different static values gives different results. By default, if you don't give rand_seed argument, it will default to |
see: https://github.com/eryajf/read-list In fact, I want to use this project to make a repository for reading lists, so at this time I need to set different values for different blogs, so at this time, if the default value is the timestamp of the project runtime, I don't have to care about this configuration item anymore. Similarly, even in personal warehouses, the use of timestamps is a matter of no effect. |
Of course, what I write manually now can meet my needs. I just hope this place can be more elegant. |
Describe the bug
When I used randomEmoji in multiple feed templates, they got the same results.
Expected behavior
I hope that different feeds will get different results.
Screenshots
Workflow Yml Used
The text was updated successfully, but these errors were encountered: