{"id":13534050,"url":"https://github.com/fabasoad/pascal-action","last_synced_at":"2025-03-18T03:31:29.125Z","repository":{"id":54991448,"uuid":"248759269","full_name":"fabasoad/pascal-action","owner":"fabasoad","description":"This action runs Pascal file and saves output.","archived":false,"fork":false,"pushed_at":"2025-03-11T22:03:18.000Z","size":81,"stargazers_count":7,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-11T23:19:10.779Z","etag":null,"topics":["github-action","github-actions","pascal","pascal-compiler"],"latest_commit_sha":null,"homepage":"","language":"Pascal","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/fabasoad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"custom":["https://www.bitcoinqrcodemaker.com/?style=bitcoin\u0026address=145HwyQAcv4vrzUumJhu7nWGAVBysX9jJH\u0026prefix=on","https://paypal.me/fabasoad"],"github":["fabasoad"],"ko_fi":"fabasoad","liberapay":"fabasoad"}},"created_at":"2020-03-20T13:14:55.000Z","updated_at":"2025-03-11T22:03:21.000Z","dependencies_parsed_at":"2024-04-21T14:29:37.063Z","dependency_job_id":"713769f3-cbfc-4ba5-a11d-66d7036a0c09","html_url":"https://github.com/fabasoad/pascal-action","commit_stats":{"total_commits":20,"total_committers":3,"mean_commits":6.666666666666667,"dds":"0.19999999999999996","last_synced_commit":"9f8315cbc734231edd42ffc9eb0e432f33ac535e"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fpascal-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fpascal-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fpascal-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fpascal-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabasoad","download_url":"https://codeload.github.com/fabasoad/pascal-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243897382,"owners_count":20365571,"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":["github-action","github-actions","pascal","pascal-compiler"],"created_at":"2024-08-01T07:01:25.834Z","updated_at":"2025-03-18T03:31:29.120Z","avatar_url":"https://github.com/fabasoad.png","language":"Pascal","funding_links":["https://www.bitcoinqrcodemaker.com/?style=bitcoin\u0026address=145HwyQAcv4vrzUumJhu7nWGAVBysX9jJH\u0026prefix=on","https://paypal.me/fabasoad","https://github.com/sponsors/fabasoad","https://ko-fi.com/fabasoad","https://liberapay.com/fabasoad"],"categories":["Community Resources"],"sub_categories":["Build"],"readme":"\u003c!-- markdownlint-disable-file MD013 --\u003e\n\n# Run Pascal script action\n\n[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)\n![GitHub release](https://img.shields.io/github/v/release/fabasoad/pascal-action?include_prereleases)\n![functional-tests](https://github.com/fabasoad/pascal-action/actions/workflows/functional-tests.yml/badge.svg)\n![security](https://github.com/fabasoad/pascal-action/actions/workflows/security.yml/badge.svg)\n![linting](https://github.com/fabasoad/pascal-action/actions/workflows/linting.yml/badge.svg)\n\nThis action runs Pascal script.\n\n## Prerequisites\n\nNone.\n\n## Inputs\n\n```yaml\n- uses: fabasoad/pascal-action@v1\n  with:\n    # (Required) Path to the script file.\n    path: ./HelloWorld.pas\n```\n\n## Outputs\n\n\u003c!-- prettier-ignore-start --\u003e\n| Name   | Required | Description               |\n|--------|----------|---------------------------|\n| result | Yes      | Result of script running. |\n\u003c!-- prettier-ignore-end --\u003e\n\n## Example usage\n\n### Workflow configuration\n\n```yaml\nname: Pascal\n\non: push\n\njobs:\n  pascal:\n    name: Run Pascal script\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@main\n      - uses: fabasoad/pascal-action@main\n        id: pascal\n        with:\n          path: \"./HelloWorld.pas\"\n      - name: Print result\n        run: echo \"${{ steps.pascal.outputs.result }}\"\n```\n\n### Result\n\n```shell\nRun echo \"Hello World!\"\nHello World!\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabasoad%2Fpascal-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabasoad%2Fpascal-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabasoad%2Fpascal-action/lists"}