Skip to content

Commit

Permalink
change repo reference
Browse files Browse the repository at this point in the history
  • Loading branch information
LeipeLeon committed Jun 13, 2024
1 parent cd9dab1 commit 96c90c5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -14,10 +14,12 @@ GitHub action to get workflow conclusion.
<details>
<summary>Details</summary>

- [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)*

Expand Down Expand Up @@ -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
Expand All @@ -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)
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 96c90c5

Please sign in to comment.