{"id":20017098,"url":"https://github.com/blackbird-cloud/github-actions","last_synced_at":"2026-04-19T05:35:37.209Z","repository":{"id":237192805,"uuid":"793593053","full_name":"blackbird-cloud/github-actions","owner":"blackbird-cloud","description":"GitHub Actions for Blackbird Cloud","archived":false,"fork":false,"pushed_at":"2025-01-31T15:29:01.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-24T23:32:52.835Z","etag":null,"topics":["actions","github"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"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/blackbird-cloud.png","metadata":{"files":{"readme":"README.md","changelog":"changed-files/action.yaml","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,"zenodo":null}},"created_at":"2024-04-29T14:10:10.000Z","updated_at":"2025-01-31T13:13:35.000Z","dependencies_parsed_at":"2025-01-12T15:43:56.123Z","dependency_job_id":"2120a7bf-6d61-495e-a1d8-400926a35cdd","html_url":"https://github.com/blackbird-cloud/github-actions","commit_stats":null,"previous_names":["blackbird-cloud/github-actions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blackbird-cloud/github-actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fgithub-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fgithub-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fgithub-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fgithub-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blackbird-cloud","download_url":"https://codeload.github.com/blackbird-cloud/github-actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fgithub-actions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31996445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"],"created_at":"2024-11-13T08:14:24.486Z","updated_at":"2026-04-19T05:35:37.194Z","avatar_url":"https://github.com/blackbird-cloud.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blackbird Cloud Github Actions\n\nCollection of github actions to make it easier to deploy terraform code.\n\n## Providers\n\nGetting state from the following providers\n\n- AWS\n- Azure\n- Google Cloud\n- Terraform cloud\n\n## List of actions\n\nSome extra actions to setup all the tooling\n\n- Changed files\n- Git checkout\n- Decrypt sops\n- Setup\n  - Git checkout\n  - Changed files\n\n\n## Terragrunt actions\n- format\n- plan\n- apply\n- destroy\n\n## Example job\n\nAs most projects use multiple folders for different envirionments a matrix strategy is needed to deploy only changes. In the following example the environments are in the `cloud` folder. Use this example in you main workflow to plan your terraform.\n```yaml\njobs:\n  setup:\n    runs-on: ubuntu-latest\n    outputs:\n      matrix: ${{ steps.setup.outputs.files }}\n    steps:\n      - uses: blackbird-cloud/github-actions/setup@v1\n        id: setup\n        with:\n          folder: cloud\n  terraform-plan:\n    runs-on: ubuntu-latest\n    needs: setup\n    if: ${{ needs.setup.outputs.matrix != '[]' \u0026\u0026 needs.setup.outputs.matrix != '' }}\n    strategy:\n      matrix:\n        target: ${{ fromJSON(needs.setup.outputs.matrix) }}\n    steps:\n      - uses: blackbird-cloud/github-actions/terragrunt/plan@v1\n        with:\n          cloud: AWS\n          matrix: ${{ matrix.target }}\n          aws-region: eu-central-1\n          aws-role-to-assume: arn:aws:iam::1234567890:role/GitHub\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackbird-cloud%2Fgithub-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblackbird-cloud%2Fgithub-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackbird-cloud%2Fgithub-actions/lists"}