Skip to main content

43 docs tagged with "github-action"

View All Tags

atmos-component-updater

This is GitHub Action that can be used as a workflow for automatic updates via Pull Requests in your infrastructure repository according to versions in components sources.

atmos-get-setting

GitHub Action to retrieve a setting from [atmos](https://github.com/cloudposse/atmos) configuration.

atmos-terraform-apply

This Github Action is used to run Terraform apply for a single, Atmos-supported component with a saved planfile in S3 and DynamoDB.

atmos-terraform-plan

This Github Action is used to run Terraform plan for a single, Atmos-supported component and save the given planfile to S3 and DynamoDB.

deploy-ecspresso

Deploy on ECS with [Escpresso](https://github.com/kayac/ecspresso)

jq

Process a input with a jq script and output result as step output

kubernetes-environment

This repository wraps the environment information action, allowing it to be used as a replacement in support of various string functions and namespace standardization.

major-release-tagger

GitHub Action that automatically generates or updates `v<major-release>` tags every time a new release is published.

matrix-extended

GitHub Action that when used together with reusable workflows makes it easier to workaround the limit of 256 jobs in a matrix.

matrix-outputs-read

[Workaround implementation](https://github.com/community/community/discussions/17245#discussioncomment-3814009) - Read matrix jobs outputs

matrix-outputs-write

[Workaround implementation](https://github.com/community/community/discussions/17245#discussioncomment-3814009) - Write matrix jobs outputs

mega-linter

Template repository of composite GitHub Action

preview-labels-cleanup

Remove labels used to control deployments with [github-action-preview-environment-controller](https://github.com/cloudposse/github-action-preview-environment-controller)

release-label-validator

This GitHub Action validates that the major label is only assigned to Pull Requests targeting the default branch, enhancing the management of significant changes.

run-ecspresso

Run ECS task with [Escpresso](https://github.com/kayac/ecspresso)

secret-outputs

This GitHub Action implement [workaround](https://nitratine.net/blog/post/how-to-pass-secrets-between-runners-in-github-actions/) for the problem [`Combining job outputs with masking leads to empty output`](https://github.com/actions/runner/issues/1498). The problem was described in [`GitHub Action documentation`](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idoutputs) - `Outputs containing secrets are redacted on the runner and not sent to GitHub Actions`.

terratest

A GitHub Action to run Terratest tests and post the results as a build artifact.

test-action

Template repository of composite GitHub Action

yaml-config-query

Define YAML document, filter it with JSON query and get result as outputs