{"id":26531601,"url":"https://github.com/riznob/packer-build-action","last_synced_at":"2025-03-21T18:22:43.355Z","repository":{"id":48365189,"uuid":"241952761","full_name":"riznob/packer-build-action","owner":"riznob","description":"Packer Build GitHub Action","archived":false,"fork":false,"pushed_at":"2021-07-29T19:28:32.000Z","size":18,"stargazers_count":4,"open_issues_count":0,"forks_count":11,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-14T09:11:22.298Z","etag":null,"topics":["actions","github-actions"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/riznob.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}},"created_at":"2020-02-20T17:55:37.000Z","updated_at":"2022-03-09T15:04:29.000Z","dependencies_parsed_at":"2023-01-11T17:23:05.343Z","dependency_job_id":null,"html_url":"https://github.com/riznob/packer-build-action","commit_stats":{"total_commits":17,"total_committers":3,"mean_commits":5.666666666666667,"dds":0.3529411764705882,"last_synced_commit":"6fc818476da47cc44d89b7695ee38b4954188d23"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riznob%2Fpacker-build-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riznob%2Fpacker-build-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riznob%2Fpacker-build-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riznob%2Fpacker-build-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riznob","download_url":"https://codeload.github.com/riznob/packer-build-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244574780,"owners_count":20474818,"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":["actions","github-actions"],"created_at":"2025-03-21T18:22:42.482Z","updated_at":"2025-03-21T18:22:43.312Z","avatar_url":"https://github.com/riznob.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Packer build action\n\nThis action runs packer build.\n\n## Inputs\n\n### `templateFile`\n\n**Optional** Packer template file to use for packer build. Default `\"packer-template.json\"`.\n\n### `varFile`\n\n**Optional** Var file to use for packer build. Default `\"packer-vars.json\"`.\n\n### `workingDir`\n\n**Optional** Directory where the packer template and var file reside. Default `\".\"`.\n\n## Outputs\n\n## Example usage\n\nTo configure the action simply add the following lines to your .github/workflows/packer-build.yml workflow file:\n\n```\nname: Run packer build on a template file\n\non:\n  push:\n    branches:\n        - 'master'\njobs:\n  packer_build:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v1\n      - name: Packer build\n        uses: riznob/packer-build-action@v1.5\n        with:\n          templateFile: 'packer-template.json'\n          varFile: 'packer-vars.json'\n          workingDir: '.'\n        env:\n          AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}\n          AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n          AWS_DEFAULT_REGION: us-west-2\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friznob%2Fpacker-build-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friznob%2Fpacker-build-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friznob%2Fpacker-build-action/lists"}