{"id":15286405,"url":"https://github.com/joshtynjala/setup-apache-flex-action","last_synced_at":"2025-04-13T03:19:52.725Z","repository":{"id":136811220,"uuid":"330046123","full_name":"joshtynjala/setup-apache-flex-action","owner":"joshtynjala","description":"Github Action to setup the Apache Flex SDK","archived":false,"fork":false,"pushed_at":"2024-07-25T21:14:18.000Z","size":1124,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-26T20:21:17.725Z","etag":null,"topics":["actionscript","adobe-air","adobe-flex","apache-flex","as3","flex-sdk","github-action","github-actions"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/setup-apache-flex-sdk","language":"JavaScript","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/joshtynjala.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":{"github":"joshtynjala","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2021-01-15T23:39:18.000Z","updated_at":"2024-12-11T09:31:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"b56033bb-1557-40ef-82a9-8d75e9cbc4d2","html_url":"https://github.com/joshtynjala/setup-apache-flex-action","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshtynjala%2Fsetup-apache-flex-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshtynjala%2Fsetup-apache-flex-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshtynjala%2Fsetup-apache-flex-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshtynjala%2Fsetup-apache-flex-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshtynjala","download_url":"https://codeload.github.com/joshtynjala/setup-apache-flex-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248281378,"owners_count":21077423,"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":["actionscript","adobe-air","adobe-flex","apache-flex","as3","flex-sdk","github-action","github-actions"],"created_at":"2024-09-30T15:13:54.720Z","updated_at":"2025-04-13T03:19:52.706Z","avatar_url":"https://github.com/joshtynjala.png","language":"JavaScript","funding_links":["https://github.com/sponsors/joshtynjala"],"categories":[],"sub_categories":[],"readme":"# Github Action to setup the Apache Flex SDK\n\nThis action downloads the [Apache Flex SDK](https://flex.apache.org/), adds the _bin_ folder to the `PATH`, and sets the `FLEX_HOME` environment variable. The setup process also integrates the [Adobe AIR SDK by HARMAN](https://airsdk.harman.com/).\n\n## Inputs\n\n### `flex-version`\n\n_(Required)_ The version of the Apache Flex SDK to set up. An exact version, such as `4.16.1`, is recommended. However, a less specific version, like `4.16` is allowed.\n\n### `air-version`\n\n_(Required)_ The version of the Adobe AIR SDK to set up. An exact version, such as `50.0.1.1`, is recommended. However, a less specific version, like `50.0` or `50`, is allowed.\n\n### `accept-air-license`\n\n_(Required)_ Set to `true` if you accept the [Adobe AIR SDK License Agreement](https://airsdk.harman.com/assets/pdfs/HARMAN%20AIR%20SDK%20License%20Agreement.pdf). The action will fail if the agreement is not accepted.\n\n### `air-license-base64`\n\n_(Optional)_ Use with an [encrypted secret](https://docs.github.com/en/actions/security-guides/encrypted-secrets) to optionally provide a valid _adt.lic_ file, [encoded as a Base64 string](https://docs.github.com/en/actions/security-guides/encrypted-secrets#storing-base64-binary-blobs-as-secrets), to unlock new, restricted features in the Adobe AIR SDK by HARMAN.\n\n**Warning!** Never include the raw Base64-encoded string value directly in your Github Actions _.yml_ file. You **must** use an [encrypted secret](https://docs.github.com/en/actions/security-guides/encrypted-secrets) to prevent your license file from being leaked publicly.\n\n## Example usage\n\nUse the Apache Flex SDK with the AIR SDK by HARMAN for free activities:\n\n```yml\nuses: joshtynjala/setup-apache-flex-action@v2\nwith:\n  flex-version: \"4.16.1\"\n  air-version: \"50.0.1.1\"\n  accept-air-license: true\n```\n\nSpecify an encypted secret containing a Base64-encoded license file to unlock the AIR SDK's new, restricted features:\n\n```yml\nuses: joshtynjala/setup-apache-flex-action@v2\nwith:\n  flex-version: \"4.16.1\"\n  air-version: \"50.0.1.1\"\n  accept-air-license: true\n  air-license-base64: ${{ secrets.AIR_SDK_LICENSE_FILE }}\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshtynjala%2Fsetup-apache-flex-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshtynjala%2Fsetup-apache-flex-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshtynjala%2Fsetup-apache-flex-action/lists"}