{"id":18952218,"url":"https://github.com/step-security/workflow-conclusion-action","last_synced_at":"2025-09-02T13:07:25.792Z","repository":{"id":254288327,"uuid":"844997770","full_name":"step-security/workflow-conclusion-action","owner":"step-security","description":"GitHub action to get workflow conclusion. Secure drop-in replacement for technote-space/workflow-conclusion-action.","archived":false,"fork":false,"pushed_at":"2025-08-15T15:05:18.000Z","size":1031,"stargazers_count":3,"open_issues_count":15,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-18T04:40:11.772Z","etag":null,"topics":["step-security-maintained-actions"],"latest_commit_sha":null,"homepage":"https://docs.stepsecurity.io/actions/stepsecurity-maintained-actions","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/step-security.png","metadata":{"files":{"readme":"README.ja.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-20T11:35:50.000Z","updated_at":"2025-07-30T07:17:40.000Z","dependencies_parsed_at":"2024-11-08T13:38:35.575Z","dependency_job_id":"de211ad3-5494-4b25-9811-03e995178470","html_url":"https://github.com/step-security/workflow-conclusion-action","commit_stats":null,"previous_names":["step-security/workflow-conclusion-action"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/step-security/workflow-conclusion-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fworkflow-conclusion-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fworkflow-conclusion-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fworkflow-conclusion-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fworkflow-conclusion-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/step-security","download_url":"https://codeload.github.com/step-security/workflow-conclusion-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-security%2Fworkflow-conclusion-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273287679,"owners_count":25078575,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["step-security-maintained-actions"],"created_at":"2024-11-08T13:31:46.740Z","updated_at":"2025-09-02T13:07:25.767Z","avatar_url":"https://github.com/step-security.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Workflow Conclusion Action\n\n[![CI Status](https://github.com/step-security/workflow-conclusion-action/workflows/CI/badge.svg)](https://github.com/step-security/workflow-conclusion-action/actions)\n[![codecov](https://codecov.io/gh/step-security/workflow-conclusion-action/branch/main/graph/badge.svg)](https://codecov.io/gh/step-security/workflow-conclusion-action)\n[![CodeFactor](https://www.codefactor.io/repository/github/step-security/workflow-conclusion-action/badge)](https://www.codefactor.io/repository/github/step-security/workflow-conclusion-action)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/step-security/workflow-conclusion-action/blob/main/LICENSE)\n\n*Read this in other languages: [English](README.md), [日本語](README.ja.md).*\n\nこれはワークフローの結果を取得するための`GitHub Actions`です。\n\n## Table of Contents\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDetails\u003c/summary\u003e\n\n- [使用方法](#%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95)\n  - [Success](#success)\n  - [Failure](#failure)\n- [Author](#author)\n\n\n\u003c/details\u003e\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## 使用方法\n例：Lint =\u003e Test =\u003e Publish (タグ付与時のみ) =\u003e slack (いずれかのジョブが失敗した場合のみ)\n```yaml\non: push\n\nname: CI\n\njobs:\n  lint:\n    name: ESLint\n    runs-on: ubuntu-latest\n    ...\n\n  test:\n    name: Coverage\n    needs: lint\n    strategy:\n      matrix:\n        node: ['11', '12']\n    ...\n\n  publish:\n    name: Publish Package\n    needs: test\n    if: startsWith(github.ref, 'refs/tags/v')\n    ...\n\n  slack:\n    name: Slack\n    needs: publish # このjobを除いた最後のjobを\"needs\"に設定\n    runs-on: ubuntu-latest\n    if: always() # \"always\"を設定\n    steps:\n        # workflowの結果を取得するためにこのアクションを実行\n        # 環境変数から結果を取得できます (env.WORKFLOW_CONCLUSION)\n      - uses: step-security/workflow-conclusion-action@v3\n\n        # workflowの結果を使用してアクションを実行\n      - uses: 8398a7/action-slack@v3\n        with:\n          # status: ${{ env.WORKFLOW_CONCLUSION }} # neutral, success, skipped, cancelled, timed_out, action_required, failure\n          status: failure\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n          SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}\n        if: env.WORKFLOW_CONCLUSION == 'failure' # 失敗を通知する場合\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstep-security%2Fworkflow-conclusion-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstep-security%2Fworkflow-conclusion-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstep-security%2Fworkflow-conclusion-action/lists"}