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'