Bump eec-campaigns pin to v0.1.5
Sync campaigns / sync (push) Successful in 18s

Fixes a spurious "changed" flag on any campaign without an explicit
template_id, which was re-syncing and re-previewing campaigns like
welcome/campaign.md on every unrelated push.
This commit is contained in:
2026-08-13 11:38:30 -04:00
parent 96eaf88067
commit 447d26df12
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
go-version: "1.23.1"
- name: Install eec-campaigns
run: go install gitea.reground.org/will/eec-campaigns@v0.1.4
run: go install gitea.reground.org/will/eec-campaigns@v0.1.5
- name: Send preview
run: eec-campaigns test "${{ inputs.slug }}" "${{ inputs.email }}"