From d34244a484acc3f57b0b2b2fef163f9b152c624d Mon Sep 17 00:00:00 2001 From: naiba Date: Thu, 2 Feb 2023 23:06:02 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/agent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml index ad4ab13..4857468 100644 --- a/.github/workflows/agent.yml +++ b/.github/workflows/agent.yml @@ -29,6 +29,6 @@ jobs: uses: peter-evans/repository-dispatch@v2 with: token: ${{ secrets.EVENT_DISPATCHER }} - repository: naibahq/release + repository: nezhahq/release event-type: sync-release client-payload: '{"tag": "${{ github.ref_name }}"}'