diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 60bd723..5c83d7f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,6 +1,8 @@ name: deploy on: + repository_dispatch: + types: [trigger-build-success] push: branches: - master @@ -27,7 +29,7 @@ jobs: uses: actions/checkout@v3 with: repository: 'Ocelot-Social-Community/Ocelot-Social' - ref: ${{ env.OCELOT_SOCIAL_TAG }} + ref: ${{ env.GITHUB_OCELOT_TAG }} path: 'ocelot/' fetch-depth: 0 - name: Checkout code