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
@@ -29,7 +29,7 @@ jobs:
go-version: "1.23.1" go-version: "1.23.1"
- name: Install eec-campaigns - 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: Determine campaign slug - name: Determine campaign slug
id: slug id: slug
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
go-version: "1.23.1" go-version: "1.23.1"
- name: Install eec-campaigns - 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: Sync template to listmonk - name: Sync template to listmonk
run: eec-campaigns template "Thistle & Moth default" email-templates/campaign.html run: eec-campaigns template "Thistle & Moth default" email-templates/campaign.html
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
go-version: "1.23.1" go-version: "1.23.1"
- name: Install eec-campaigns - 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: Sync campaigns to listmonk - name: Sync campaigns to listmonk
run: eec-campaigns sync . run: eec-campaigns sync .
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
go-version: "1.23.1" go-version: "1.23.1"
- name: Install eec-campaigns - 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 - name: Send preview
run: eec-campaigns test "${{ inputs.slug }}" "${{ inputs.email }}" run: eec-campaigns test "${{ inputs.slug }}" "${{ inputs.email }}"
+1 -1
View File
@@ -20,7 +20,7 @@ Alternatively, run the `Send campaign` workflow manually from Gitea Actions with
Repo secrets (Gitea Actions → Secrets) are already set: `CAMPAIGNS_LISTMONK_BASE_URL`, `CAMPAIGNS_LISTMONK_API_USER`, `CAMPAIGNS_LISTMONK_API_TOKEN` — scoped to a dedicated `campaigns-thistleandmoth` listmonk API user (see `reground-infrastructure`'s `campaigns-thistleandmoth` Ansible role). `CAMPAIGNS_PREVIEW_EMAIL` isn't set yet — add it (or rely on each campaign's own `preview_emails`) before the first real send. Repo secrets (Gitea Actions → Secrets) are already set: `CAMPAIGNS_LISTMONK_BASE_URL`, `CAMPAIGNS_LISTMONK_API_USER`, `CAMPAIGNS_LISTMONK_API_TOKEN` — scoped to a dedicated `campaigns-thistleandmoth` listmonk API user (see `reground-infrastructure`'s `campaigns-thistleandmoth` Ansible role). `CAMPAIGNS_PREVIEW_EMAIL` isn't set yet — add it (or rely on each campaign's own `preview_emails`) before the first real send.
The workflows in `.gitea/workflows/` pin a specific `eec-campaigns` version (currently `v0.1.0`). Bump that pin deliberately when a new tool version is ready, not automatically. The workflows in `.gitea/workflows/` pin a specific `eec-campaigns` version (currently `v0.1.5`). Bump that pin deliberately when a new tool version is ready, not automatically.
## Sending as hello@thistleandmoth.org ## Sending as hello@thistleandmoth.org