From 98ad00e08f580d82559c5dc015d11c41bdef0324 Mon Sep 17 00:00:00 2001 From: ink-victor <171172553+ink-victor@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:30:02 -0500 Subject: [PATCH] test --- .github/workflows/ship.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ship.yml b/.github/workflows/ship.yml index 68abc26..c872590 100644 --- a/.github/workflows/ship.yml +++ b/.github/workflows/ship.yml @@ -104,4 +104,4 @@ jobs: -H "Authorization: Bearer ${{ steps.generate-token.outputs.token }}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ ${{ secrets.TARGET_REPOSITORY_DISPATCH_URL }} \ - -d '{"ref": "feat/ink-web-app","inputs":{"digest":"${{ steps.build-push.outputs.digest }}","branch":"'"${BRANCH_NAME}"'"}}' + -d '{"ref": "feat/ink-web-app","inputs":{"digest":"test","branch":"'"${BRANCH_NAME}"'"}}'