{"id":15693172,"url":"https://github.com/code-hex/neo-cowsay-action","last_synced_at":"2025-05-12T19:15:21.725Z","repository":{"id":65157537,"uuid":"227361276","full_name":"Code-Hex/neo-cowsay-action","owner":"Code-Hex","description":"🐮 GitHub action for cowsay lovers","archived":false,"fork":false,"pushed_at":"2021-11-13T16:07:52.000Z","size":60,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-12T19:15:12.380Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Code-Hex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-11T12:30:36.000Z","updated_at":"2024-06-27T09:29:34.000Z","dependencies_parsed_at":"2023-01-05T04:48:15.604Z","dependency_job_id":null,"html_url":"https://github.com/Code-Hex/neo-cowsay-action","commit_stats":{"total_commits":57,"total_committers":2,"mean_commits":28.5,"dds":0.08771929824561409,"last_synced_commit":"6f928df5fbe024f4e78d97b26328dac4e3d0342b"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Hex%2Fneo-cowsay-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Hex%2Fneo-cowsay-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Hex%2Fneo-cowsay-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Hex%2Fneo-cowsay-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Code-Hex","download_url":"https://codeload.github.com/Code-Hex/neo-cowsay-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253805847,"owners_count":21967054,"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":[],"created_at":"2024-10-03T18:42:03.505Z","updated_at":"2025-05-12T19:15:21.693Z","avatar_url":"https://github.com/Code-Hex.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n _________________\n\u003c github action!! \u003e\n -----------------\n        \\   ^__^\n         \\  (oo)\\_______\n            (__)\\       )\\/\\\n                ||----w |\n                ||     ||\n```\n\n\n[![Actions Status](https://github.com/Code-Hex/neo-cowsay-action/workflows/.github/workflows/main.yml/badge.svg)](https://github.com/Code-Hex/neo-cowsay-action)\n\n\nPowerd by [🐮 Neo-cowsay](https://github.com/Code-Hex/Neo-cowsay)\n\n## Synopsis\n\nCreate Your Workflow\n\n```yaml\njobs:\n  test:\n    runs-on: ubuntu-latest\n    name: A test job to cowsay\n    steps:\n    - name: output the message on actions result\n      uses: Code-Hex/neo-cowsay-action@v1\n      with:\n        message: | # Support multi-lines\n          This is cowsay\n          Hello, World!!\n    - name: cowsay on the comment\n      uses: Code-Hex/neo-cowsay-action@v1\n      with:\n        message: 'Hello, World with random'\n        cow: 'random' # If specified, it shows random ascii art.\n        cowsay_on_comment: true\n      env:\n        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n    - name: output pipeline\n      id: cowsay_output_id # You want id\n      uses: Code-Hex/neo-cowsay-action@v1\n      with:\n        message: 'Hello, World'\n        cow: 'gopher' # ascii art list: https://github.com/Code-Hex/Neo-cowsay/tree/master/cows\n        cowsay_to_output: 'cowsay'\n    - name: print output\n      run: |\n        echo \"${{ steps.cowsay_output_id.outputs.cowsay }}\"\n```\n\nSee [Example usage](https://github.com/Code-Hex/Neo-cowsay/pull/10)\n## Inputs\n\n- `message` - (Required) the message. what does the cowsay.\n- `cow` - (Optional) specify the [cowfile](https://github.com/Code-Hex/Neo-cowsay/tree/master/cows).\n  - default: `default`\n  - if you specify `random`, cowsay shows by random ascii-art.\n- `cowsay_on_comment` - (Optional) boolean. if true, cowsay shows on the github comment.\n  - this input needs to set the `GITHUB_TOKEN` environment variable.\n- `cowsay_to_output` - (Optional) specify the [output_id](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/metadata-syntax-for-github-actions#outputs).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-hex%2Fneo-cowsay-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-hex%2Fneo-cowsay-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-hex%2Fneo-cowsay-action/lists"}