From 4e4333d34b1e5d7b769fcf7f10867d407adf7af6 Mon Sep 17 00:00:00 2001 From: fghwett <1058178245@qq.com> Date: Wed, 18 Dec 2024 11:45:33 +0800 Subject: [PATCH] =?UTF-8?q?action=E4=B8=8B=E8=BD=BD=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E5=9B=9Ehttp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update.yml | 2 +- action.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index a9cee1c..5fe1a68 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -10,7 +10,7 @@ jobs: run: pwd && ls -ahl - name: 发送通知 id: use-go-action - uses: git@git.aweoo.com:action/gotify@latest + uses: https://git.aweoo.com/action/gotify@latest with: username: foo - name: Print Output diff --git a/action.yaml b/action.yaml index b71b02b..b54023e 100644 --- a/action.yaml +++ b/action.yaml @@ -1,5 +1,5 @@ -name: 'Simple Go Action' -description: 'A simple Gitea Action written in Go' +name: 'Gotify通知' +description: '发送Gotify通知' inputs: username: description: 'The username to print'