From 76a2a17e2e3398c033d58caa3344da5f1d01773b Mon Sep 17 00:00:00 2001 From: Takashi Masuda Date: Wed, 19 Jun 2024 22:27:35 +0900 Subject: [PATCH] Refactor pushover workflow --- .github/workflows/pushover.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pushover.yml b/.github/workflows/pushover.yml index b54c151..84c44f9 100644 --- a/.github/workflows/pushover.yml +++ b/.github/workflows/pushover.yml @@ -20,6 +20,6 @@ jobs: PUSHOVER_USER: ${{ secrets.PUSHOVER_USER_KEY }} with: status: "failure" - title: "Failed ${{ github.event.repository.full_name }}'s workflow (${{ github.workflow }})" - url: "${{ github.server_url }}/${{ github.event.repository.full_name }}/actions/runs/${{ github.run_id }}" + title: "Failed ${{ github.repository }}'s workflow (${{ github.workflow }})" + url: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" priority: 1 # High