Skip to content

GitHub Action to parse and upload the result of terraform plan.

Notifications You must be signed in to change notification settings

theappnest/create-artifact-action

Repository files navigation

Create Artifact Action

This GitHub action creates a file from a variable and uploads it to an artifact.

Usage

jobs:
  artifact:
    runs-on: ubuntu-latest
    steps:
      - uses: theappnest/create-artifact-action@v1
        with:
          name: hello
          path: greetings/hello.md
          content: Hello World

Inputs

  • name (Optional) The name of the artifact to create. Defaults to artifact.
  • path The path of the created file.
  • content The contents of the created file.

About

GitHub Action to parse and upload the result of terraform plan.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •