Skip to content

Altify-Development/create-file-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Github Action to create a new file from environment config

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 49.7%
  • HCL 28.3%
  • Shell 22.0%