Skip to content
Compare
Choose a tag to compare
@finnp finnp released this 14 Feb 22:26
· 8 commits to master since this release
af8500f
action "Create file" {
  uses = "finnp/create-file-action@master"
  env = {
    FILE_NAME = "example.md"
	FILE_DATA = "#Example file\nThis is an example"
  }
}