From 62ebb9b49769000b17ee6b40a952fdbb5787eb58 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Sat, 5 Feb 2022 01:04:45 +0300 Subject: [PATCH] Update release-ci.yml --- .github/workflows/release-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index 8814e024..df5c300d 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -62,6 +62,6 @@ jobs: await github.issues.create({ owner: "sobolevn", repo: "git-secret", - title: `release-ci on ${new Date().toDateString()}`, + title: `release-ci failure on ${new Date().toDateString()}`, body: "Details: https://github.com/sobolevn/git-secret/actions/workflows/release-ci.yml", })