Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/template-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Read the file `.github/template-sync-state.json` from the repository. It contain
Use the GitHub repos tool to get the latest commit SHA on the `main` branch of
`nuxt-ui-templates/saas`.

If the latest SHA equals `lastSyncedCommit`, there are no new changes — stop immediately,
there is nothing to do.
If the latest SHA equals `lastSyncedCommit`, there are no new changes — call `noop` with the
message "No new template changes since last sync." and stop.

## Step 2: Identify changed files

Expand Down