This Action will create a Gist for you.
- API endpoint slug
- github.create_new_gist
- Filter code method
- Github.createNewGist.skip(string?: reason)
- Runtime method
- runAction("github.create_new_gist", {})
Action fields
- Label
- Description
- Slug
- description
- Required
- false
- Can have default value
- true
- Filter code method
- Github.createNewGist.setDescription(string: description)
- Label
- Filename
- Slug
- filename
- Required
- false
- Can have default value
- true
- Filter code method
- Github.createNewGist.setFilename(string: filename)
- Label
- File content
- Slug
- content
- Required
- true
- Can have default value
- true
- Filter code method
- Github.createNewGist.setContent(string: content)
- Label
- Secret gist?
- Slug
- secret_gist
- Required
- true
- Can have default value
- true
- Filter code method
- Github.createNewGist.setSecretGist(string: secretGist)