You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to maintain the most recent update information for our .md files, we are considering automating the update of the "Last Updated" field using GitHub Actions.
Works expected:
Create a GitHub Action workflow for the repository.
Within the workflow, scan for changed .md files in the commit.
For each changed .md file, modify the "Last Updated" field to reflect the current date.
Commit the updated .md files with a message like "Automatically updated Last Updated field".
The text was updated successfully, but these errors were encountered:
In order to maintain the most recent update information for our .md files, we are considering automating the update of the "Last Updated" field using GitHub Actions.
Works expected:
The text was updated successfully, but these errors were encountered: