diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23f0ce8..9ae648c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -236,7 +236,7 @@ jobs: timeout-minutes: 3 if: always() steps: - - uses: technote-space/workflow-conclusion-action@gh-actions + - uses: Memoriam-tv/workflow-conclusion-status@gh-actions - uses: 8398a7/action-slack@v3 with: status: failure diff --git a/README.md b/README.md index d191da8..4291689 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Workflow Conclusion Action -[![CI Status](https://github.com/technote-space/workflow-conclusion-action/workflows/CI/badge.svg)](https://github.com/technote-space/workflow-conclusion-action/actions) -[![codecov](https://codecov.io/gh/technote-space/workflow-conclusion-action/branch/main/graph/badge.svg)](https://codecov.io/gh/technote-space/workflow-conclusion-action) -[![CodeFactor](https://www.codefactor.io/repository/github/technote-space/workflow-conclusion-action/badge)](https://www.codefactor.io/repository/github/technote-space/workflow-conclusion-action) -[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/workflow-conclusion-action/blob/main/LICENSE) +[![CI Status](https://github.com/Memoriam-tv/workflow-conclusion-status/workflows/CI/badge.svg)](https://github.com/Memoriam-tv/workflow-conclusion-status/actions) +[![codecov](https://codecov.io/gh/Memoriam-tv/workflow-conclusion-status/branch/main/graph/badge.svg)](https://codecov.io/gh/Memoriam-tv/workflow-conclusion-status) +[![CodeFactor](https://www.codefactor.io/repository/github/Memoriam-tv/workflow-conclusion-status/badge)](https://www.codefactor.io/repository/github/Memoriam-tv/workflow-conclusion-status) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/Memoriam-tv/workflow-conclusion-status/blob/main/LICENSE) GitHub action to get workflow conclusion. @@ -14,10 +14,12 @@ GitHub action to get workflow conclusion.
Details -- [Usage](#usage) - - [Success](#success) - - [Failure](#failure) -- [Author](#author) +- [Workflow Conclusion Action](#workflow-conclusion-action) + - [Table of Contents](#table-of-contents) + - [Usage](#usage) + - [Success](#success) + - [Failure](#failure) + - [Author](#author) *generated with [TOC Generator](https://github.com/technote-space/toc-generator)* @@ -59,7 +61,7 @@ jobs: steps: # run this action to get the workflow conclusion # You can get the conclusion via env (env.WORKFLOW_CONCLUSION) - - uses: technote-space/workflow-conclusion-action@v3 + - uses: Memoriam-tv/workflow-conclusion-status@v3 # run other action with the workflow conclusion - uses: 8398a7/action-slack@v3 @@ -73,15 +75,15 @@ jobs: ``` ### Success -![Success](https://raw.githubusercontent.com/technote-space/workflow-conclusion-action/images/success.png) +![Success](https://raw.githubusercontent.com/Memoriam-tv/workflow-conclusion-status/images/success.png) Slack action step is skipped because all jobs are success. ### Failure -![Failure](https://raw.githubusercontent.com/technote-space/workflow-conclusion-action/images/failure.png) +![Failure](https://raw.githubusercontent.com/Memoriam-tv/workflow-conclusion-status/images/failure.png) Slack action step has been executed even if some jobs were skipped. ## Author -[GitHub (Technote)](https://github.com/technote-space) +[GitHub (Technote)](https://github.com/technote-space) [Blog](https://technote.space) diff --git a/package.json b/package.json index acac16b..e6206e6 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,18 @@ { - "name": "@technote-space/workflow-conclusion-action", + "name": "@Memoriam-tv/workflow-conclusion-status", "version": "3.0.3", "description": "GitHub action to get workflow conclusion.", "keywords": [ "github", "github actions" ], - "homepage": "https://github.com/technote-space/workflow-conclusion-action", + "homepage": "https://github.com/Memoriam-tv/workflow-conclusion-status", "bugs": { - "url": "https://github.com/technote-space/workflow-conclusion-action/issues" + "url": "https://github.com/Memoriam-tv/workflow-conclusion-status/issues" }, "repository": { "type": "git", - "url": "https://github.com/technote-space/workflow-conclusion-action.git" + "url": "https://github.com/Memoriam-tv/workflow-conclusion-status.git" }, "license": "MIT", "author": {