I implemented a workflow that enables users to set the last time their websites have been updated. This helps their audience better know how long the information on the website is up to date. Its default value is null, disabling this feature in the website. If you are willing to, I can replace workflow_dispatch with push on master branch to let the user update this feature manually by running the workflow in the Actions section.
Hi,
I implemented a workflow that enables users to set the last time their websites have been updated. This helps their audience better know how long the information on the website is up to date. Its default value is
null
, disabling this feature in the website. If you are willing to, I can replaceworkflow_dispatch
withpush on master branch
to let the user update this feature manually by running the workflow in the Actions section.