Skip to content

Commit 280fc64

Browse files
fix(template-sync): call noop when no new template changes are found
Agent-Logs-Url: https://github.com/TechWatching/techwatching.dev/sessions/ed1a5c25-b355-421b-88b0-3d277b651f59 Co-authored-by: TechWatching <15186176+TechWatching@users.noreply.github.com>
1 parent 4ddfa0b commit 280fc64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/template-sync.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Read the file `.github/template-sync-state.json` from the repository. It contain
4040
Use the GitHub repos tool to get the latest commit SHA on the `main` branch of
4141
`nuxt-ui-templates/saas`.
4242

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

4646
## Step 2: Identify changed files
4747

0 commit comments

Comments
 (0)