From 15eec7709edf6197386cb91cb26176d88ca4c2a2 Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Sat, 8 Aug 2026 16:02:38 +0000 Subject: [PATCH] [patch] Pin released Drupal plugin in template smoke --- .github/workflows/sitectl-create-smoke-test.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/sitectl-create-smoke-test.yaml b/.github/workflows/sitectl-create-smoke-test.yaml index a2b2e3a..3a7dca5 100644 --- a/.github/workflows/sitectl-create-smoke-test.yaml +++ b/.github/workflows/sitectl-create-smoke-test.yaml @@ -26,10 +26,7 @@ jobs: plugin: drupal create-definition: ${{ matrix.create_definition }} create-args: ${{ matrix.create_args }} - local-plugin-path: sitectl-drupal - local-plugin-repository: libops/sitectl-drupal - local-plugin-ref: priority-review-remediation - packages: sitectl - package-versions: sitectl=1.8.1 + packages: sitectl sitectl-drupal + package-versions: sitectl=1.8.1 sitectl-drupal=1.3.0 allow-unversioned-packages: false run-verify: true