Skip to content

Create File

Actions
Creates a file from environment variables
2.0.0
Latest
Star (59)

Tags

 (1)

create-file-action

Github Action to create a new file from environment config

Usage with String FILE_DATA

- uses: "finnp/create-file-action@master"
      env:
        FILE_NAME: "dir/fileName.txt"
        FILE_DATA: "file content"

Usage with base64 FILE_BASE64

- uses: "finnp/create-file-action@master"
      env:
        FILE_NAME: "dir/fileName.txt"
        FILE_BASE64: "ZWFzdGVyZWdnLWxvbAo="

Create your file with cat filename | base64

Create File is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Creates a file from environment variables
2.0.0
Latest

Tags

 (1)

Create File is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.