Sent/running campaigns are now skipped (not rejected) during sync, so a finished campaign like 2026-07-23-iron-rose-proof-approved no longer has to be deleted just to keep sync green.
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
go-version: "1.23.1"
|
||||
|
||||
- name: Install eec-campaigns
|
||||
run: go install gitea.reground.org/will/eec-campaigns@v0.1.5
|
||||
run: go install gitea.reground.org/will/eec-campaigns@v0.1.6
|
||||
|
||||
- name: Determine campaign slug
|
||||
id: slug
|
||||
|
||||
@@ -13,7 +13,7 @@ jobs:
|
||||
go-version: "1.23.1"
|
||||
|
||||
- name: Install eec-campaigns
|
||||
run: go install gitea.reground.org/will/eec-campaigns@v0.1.5
|
||||
run: go install gitea.reground.org/will/eec-campaigns@v0.1.6
|
||||
|
||||
- name: Sync template to listmonk
|
||||
run: eec-campaigns template "Thistle & Moth default" email-templates/campaign.html
|
||||
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
go-version: "1.23.1"
|
||||
|
||||
- name: Install eec-campaigns
|
||||
run: go install gitea.reground.org/will/eec-campaigns@v0.1.5
|
||||
run: go install gitea.reground.org/will/eec-campaigns@v0.1.6
|
||||
|
||||
- name: Sync campaigns to listmonk
|
||||
run: eec-campaigns sync .
|
||||
|
||||
@@ -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.5
|
||||
run: go install gitea.reground.org/will/eec-campaigns@v0.1.6
|
||||
|
||||
- name: Send preview
|
||||
run: eec-campaigns test "${{ inputs.slug }}" "${{ inputs.email }}"
|
||||
|
||||
Reference in New Issue
Block a user