{"id":18744414,"url":"https://github.com/chaotictrials/action-test-different-property","last_synced_at":"2025-11-22T14:30:16.166Z","repository":{"id":247642003,"uuid":"825880404","full_name":"ChaoticTrials/action-test-different-property","owner":"ChaoticTrials","description":"An action for testing a codebase with different properties.","archived":false,"fork":false,"pushed_at":"2024-07-12T13:31:02.000Z","size":503,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-28T20:12:25.680Z","etag":null,"topics":["action","actions"],"latest_commit_sha":null,"homepage":"","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/ChaoticTrials.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":"2024-07-08T17:21:00.000Z","updated_at":"2024-07-13T11:36:42.000Z","dependencies_parsed_at":"2024-07-09T22:37:05.696Z","dependency_job_id":null,"html_url":"https://github.com/ChaoticTrials/action-test-different-property","commit_stats":null,"previous_names":["chaotictrials/action-test-different-property"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChaoticTrials%2Faction-test-different-property","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChaoticTrials%2Faction-test-different-property/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChaoticTrials%2Faction-test-different-property/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChaoticTrials%2Faction-test-different-property/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChaoticTrials","download_url":"https://codeload.github.com/ChaoticTrials/action-test-different-property/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239627267,"owners_count":19670844,"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":["action","actions"],"created_at":"2024-11-07T16:14:49.881Z","updated_at":"2025-11-22T14:30:16.116Z","avatar_url":"https://github.com/ChaoticTrials.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# action-test-different-property\n\nAn action for testing a codebase with different properties.\n\n## Usage\n\nThis GitHub Action modifies a specified property in a Gradle properties file,\nruns a Gradle task, and creates an issue if the task fails.\n\n### Inputs\n\n|       Name        |                    Description                     | Required |          Default          |\n| :---------------: | :------------------------------------------------: | :------: | :-----------------------: |\n| `gradle-property` |           The Gradle property to modify            |   Yes    |                           |\n|  `gradle-value`   |      The value to set for the Gradle property      |   Yes    |                           |\n|   `gradle-task`   |               The Gradle task to run               |    No    |          `build`          |\n|  `github-token`   |         GitHub token for creating an issue         |    No    | `${{ env.GITHUB_TOKEN }}` |\n| `properties-file` | The file where the property should be set/replaced |   Yes    |                           |\n|   `issue-title`   |               The title of the issue               |   Yes    |                           |\n|  `issue-comment`  |  The main body of the issue (supports multiline)   |    No    |                           |\n|  `issue-labels`   |          A comma separated list of labels          |    No    |                           |\n\n### Example Workflow\n\n```yaml\nname: Run Gradle Task\n\non: [push]\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    permissions:\n      issues: write\n      contents: read\n\n    steps:\n      - name: Checkout repository\n        uses: actions/checkout@v2\n\n      - name: Set up JDK\n        uses: actions/setup-java@v2\n        with:\n          java-version: '11'\n\n      - name: Run Gradle Task\n        uses: your-username/your-repo@main\n        with:\n          gradle-property: 'my.property'\n          gradle-value: 'myValue'\n          gradle-task: 'myTask'\n          github-token: ${{ secrets.GITHUB_TOKEN }}\n          properties-file: 'gradle.properties'\n          issue-title: 'Gradle task failed'\n          issue-comment: |\n            The Gradle task ${{ inputs.gradle-task }} failed. \n            Please check the logs for more details.\n          issue-labels: 'bug, gradle'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaotictrials%2Faction-test-different-property","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchaotictrials%2Faction-test-different-property","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaotictrials%2Faction-test-different-property/lists"}