From 2f707d728eaf3ab865ef4c0f73e7255412ba34bb Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 10 Nov 2023 22:07:00 -0500 Subject: ci: fix reference to ci in deploy --- .github/workflows/deploy.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1d2c3bd..fc4b664 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -7,9 +7,8 @@ on: jobs: ci: - uses: ${{ github.repository }}/.github/workflows/ci.yaml@main - with: - secrets: inherit + uses: ./.github/workflows/ci.yaml + secrets: inherit deploy: needs: ci -- cgit v1.2.3