From 7ece870413f17187e56cd829e5d95f22f697a76e Mon Sep 17 00:00:00 2001 From: Aaron Sachs <898627+asachs01@users.noreply.github.com> Date: Wed, 13 May 2026 15:50:19 -0400 Subject: [PATCH] fix(release): re-pin shared deploy workflow to d6ace52 Previous pin c2d6fc8 had a workflow-load failure (${{ }} expression in input description). New pin is the fixed version (wyre-technology/.github#12). --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23010e8..7accc0f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -198,7 +198,7 @@ jobs: name: Deploy to Azure Container Apps needs: [release, docker] if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: wyre-technology/.github/.github/workflows/mcp-server-deploy.yml@c2d6fc89211757997102d100115d02997d4e3521 + uses: wyre-technology/.github/.github/workflows/mcp-server-deploy.yml@d6ace529b210900f460cb365529f2a552daedf7a with: vendor-slug: halopsa image-name: ghcr.io/wyre-technology/halopsa-mcp