summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-10 22:07:00 -0500
committerseth <[email protected]>2023-11-10 22:07:00 -0500
commit2f707d728eaf3ab865ef4c0f73e7255412ba34bb (patch)
tree282ecfaa9167fb5d6bbe515265dc66eda28ea059 /.github
parenta786eb5e33562c6fea7997ed7b04075f967615d0 (diff)
ci: fix reference to ci in deploy
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yaml5
1 files 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