{"id":16153515,"url":"https://github.com/mkungla/actions-set-text-output","last_synced_at":"2025-07-07T20:14:33.043Z","repository":{"id":47041783,"uuid":"406955601","full_name":"mkungla/actions-set-text-output","owner":"mkungla","description":"A simple composite actions to set the job output while maintaining the text format e.g. markdown format and multi-line strings.","archived":false,"fork":false,"pushed_at":"2023-02-16T10:50:40.000Z","size":45,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T10:39:07.363Z","etag":null,"topics":["actions","github-action","github-actions"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/set-text-output","language":null,"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/mkungla.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}},"created_at":"2021-09-15T23:47:03.000Z","updated_at":"2023-02-19T12:30:14.000Z","dependencies_parsed_at":"2023-01-20T10:34:49.280Z","dependency_job_id":null,"html_url":"https://github.com/mkungla/actions-set-text-output","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkungla%2Factions-set-text-output","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkungla%2Factions-set-text-output/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkungla%2Factions-set-text-output/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkungla%2Factions-set-text-output/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkungla","download_url":"https://codeload.github.com/mkungla/actions-set-text-output/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247569138,"owners_count":20959758,"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","github-action","github-actions"],"created_at":"2024-10-10T01:13:09.467Z","updated_at":"2025-04-06T23:38:56.150Z","avatar_url":"https://github.com/mkungla.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Set text output v1\n\nA simple composite actions to set the job output while maintaining the text format e.g. markdown format and multi-line strings.\n\n[![test](https://github.com/mkungla/actions-set-text-output/actions/workflows/test.yml/badge.svg)](https://github.com/mkungla/actions-set-text-output/actions/workflows/test.yml)\n\n# Usage\n\n**NOTE:** `mkungla/actions-set-text-output@v1` is branch which always has latest `v1.x.x` version.  \n\n```yml\n- uses: mkungla/actions-set-text-output@v1\n  id: content\n  with:\n    text: |\n      # Set text output\n\n      A simple composite actions to set the job output while maintaining the text format e.g. markdown format.\n```\n\n# Example\n\n```yml\n  usage:\n    runs-on: ubuntu-latest\n    outputs:\n      content: ${{ steps.content.outputs.value }}\n    steps:\n      - uses: mkungla/actions-set-text-output@v1\n        id: content\n        with:\n          text: |\n            # Set text output\n\n            A simple composite actions to set the job output while maintaining the text format e.g. markdown format.\n  result:\n    runs-on: ubuntu-latest\n    needs: usage\n    steps:\n      - if: ${{ !startsWith(needs.test-usage.outputs.content, '# Set text output') }}\n        run: exit 1\n      - run: echo \"${{ needs.usage.outputs.content }}\" \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkungla%2Factions-set-text-output","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkungla%2Factions-set-text-output","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkungla%2Factions-set-text-output/lists"}