{"id":24465703,"url":"https://github.com/jmpa-io/determine-workflow-conclusion","last_synced_at":"2025-03-14T12:24:24.024Z","repository":{"id":186330655,"uuid":"474907008","full_name":"jmpa-io/determine-workflow-conclusion","owner":"jmpa-io","description":"🐋 A GitHub Action for determining the status of a workflow when run inside a pipeline. Largely used to post workflow statuses to Slack via https://github.com/jmpa-io/post-to-slack.","archived":false,"fork":false,"pushed_at":"2025-01-13T20:12:43.000Z","size":7840,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-21T06:12:33.181Z","etag":null,"topics":["actions"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/jmpa-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-28T08:13:22.000Z","updated_at":"2025-01-13T20:12:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"17c5bdf6-ed4b-4a90-ab14-cfcf2f85c8e4","html_url":"https://github.com/jmpa-io/determine-workflow-conclusion","commit_stats":null,"previous_names":["jmpa-io/determine-workflow-conclusion"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmpa-io%2Fdetermine-workflow-conclusion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmpa-io%2Fdetermine-workflow-conclusion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmpa-io%2Fdetermine-workflow-conclusion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmpa-io%2Fdetermine-workflow-conclusion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmpa-io","download_url":"https://codeload.github.com/jmpa-io/determine-workflow-conclusion/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243574727,"owners_count":20313108,"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","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":["actions"],"created_at":"2025-01-21T06:12:39.805Z","updated_at":"2025-03-14T12:24:23.980Z","avatar_url":"https://github.com/jmpa-io.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable MD041 MD010 MD034 --\u003e\n[![README.yml](https://github.com/jmpa-io/determine-workflow-conclusion/actions/workflows/README.yml/badge.svg)](https://github.com/jmpa-io/determine-workflow-conclusion/actions/workflows/README.yml)\n[![cicd.yml](https://github.com/jmpa-io/determine-workflow-conclusion/actions/workflows/cicd.yml/badge.svg)](https://github.com/jmpa-io/determine-workflow-conclusion/actions/workflows/cicd.yml)\n\n# `determine-workflow-conclusion`\n\n```diff\n+ 🐋 A GitHub Action for determining the status of a workflow when run inside a\n+ pipeline. Largely used to post workflow statuses to Slack via\n+ https://github.com/jmpa-io/post-to-slack.\n```\n\n* Inspired by [`worfklow-conclusion-action` by `technote-space`](https://github.com/technote-space/workflow-conclusion-action); Created using [this doc](https://docs.github.com/en/free-pro-team@latest/actions/creating-actions/creating-a-docker-container-action) from GitHub.\n\n## `usage`\n\nGeneral:\n\n```yaml\n  determine-conclusion:\n    runs-on: ubuntu-latest\n    outputs:\n      conclusion: ${{ steps.determine.outputs.conclusion }}\n    steps:\n      - id: determine\n        uses: jmpa-io/determine-workflow-conclusion@main\n        with:\n          token: ${{ secrets.GITHUB_TOKEN }}\n\n  do-something-else:\n    needs: [determine-conclusion]\n    runs-on: ubuntu-latest\n    steps:\n      - run: |\n        echo \"${{ needs.determine-conclusion.outputs.conclusion }}\"\n```\n\n## `inputs`\n\n### (required) `token`\n\nA GitHub personal access token; used to determine\nthe workflow conclusion via the GitHub API.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmpa-io%2Fdetermine-workflow-conclusion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmpa-io%2Fdetermine-workflow-conclusion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmpa-io%2Fdetermine-workflow-conclusion/lists"}