From 26fc77dfeca2765aa64b7b0d6fc27783bf7341fd Mon Sep 17 00:00:00 2001 From: Luis Aveiga Date: Mon, 25 Nov 2024 15:51:34 -0500 Subject: [PATCH] ISSUE-204: fix path --- .github/actions/drainpipe/common/deployment-create/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/drainpipe/common/deployment-create/action.yml b/.github/actions/drainpipe/common/deployment-create/action.yml index 61d857697..0ae1465aa 100644 --- a/.github/actions/drainpipe/common/deployment-create/action.yml +++ b/.github/actions/drainpipe/common/deployment-create/action.yml @@ -10,7 +10,7 @@ inputs: runs: using: "composite" steps: - - uses: ./.github/actions/drainpipe/set-env + - uses: ./.github/actions/drainpipe/common/set-env - name: Create GitHub Deployment run: |