{"id":25813744,"url":"https://github.com/formtrix/passing-arguments-to-an-action","last_synced_at":"2025-11-23T10:04:14.333Z","repository":{"id":245177833,"uuid":"817488234","full_name":"Formtrix/passing-arguments-to-an-action","owner":"Formtrix","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-19T23:21:05.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T06:23:54.381Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/Formtrix.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-19T20:28:13.000Z","updated_at":"2024-06-19T23:21:08.000Z","dependencies_parsed_at":"2024-06-20T09:58:20.278Z","dependency_job_id":null,"html_url":"https://github.com/Formtrix/passing-arguments-to-an-action","commit_stats":null,"previous_names":["kennedy-u/passing-arguments-to-an-action","imetalh/passing-arguments-to-an-action","formtrix/passing-arguments-to-an-action"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Formtrix%2Fpassing-arguments-to-an-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Formtrix%2Fpassing-arguments-to-an-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Formtrix%2Fpassing-arguments-to-an-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Formtrix%2Fpassing-arguments-to-an-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Formtrix","download_url":"https://codeload.github.com/Formtrix/passing-arguments-to-an-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241090719,"owners_count":19908005,"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":"2025-02-28T02:49:47.351Z","updated_at":"2025-11-23T10:04:14.276Z","avatar_url":"https://github.com/Formtrix.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# passing-arguments-to-an-action\n\nArguments are passed to the following actions:\n\n- [actions/checkout](https://github.com/actions/checkout)\n- [actions/setup-java](https://github.com/actions/setup-java)\n\n```\nname: Build Tomcat\n\non: [push]\n\njobs:\n  build:\n\n    runs-on: ubuntu-latest\n\n    steps:\n    - name: Check out tomcat-users.xml\n      uses: actions/checkout@v2\n\n    - name: List project files and java version\n      run: |\n          ls -ltr\n          java -version\n\n    - name: Check out Apache Tomcat\n      uses: actions/checkout@v2\n      with:\n        repository: apache/tomcat # Repository name with owner\n        ref: master               # The branch, tag or SHA to checkout\n        path: ./tomcat            # Relative path under $GITHUB_WORKSPACE\n\n    - name: Setup Java 21.0.2\n      uses: actions/setup-java@v1\n      with:\n        java-version: '21.0.2'     # The JDK version to make available on the path\n        java-package: jdk         # (jre, jdk, or jdk+fx) - defaults to jdk\n        architecture: x64         # (x64 or x86) - defaults to x64\n\n    - name: List project files and java version\n      run: |\n          ls -ltr\n          java -version\n\n    - name: Copy tomcat-users.xml into Tomcat configuration directory\n      run: cp -v tomcat-users.xml ./tomcat/conf/tomcat-users.xml\n\n    - name: Compile Tomcat\n      run: |\n        cd ./tomcat\n        ant\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformtrix%2Fpassing-arguments-to-an-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fformtrix%2Fpassing-arguments-to-an-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformtrix%2Fpassing-arguments-to-an-action/lists"}