GitHub token
Default if unspecified: "${{ github.token }}"
"${{ github.token }}"
Time in milliseconds after which to timeout and cancel the deployment (default: 10 minutes)
Default if unspecified: "600000"
"600000"
Maximum number of status report errors before cancelling a deployment (default: 10)
Default if unspecified: "10"
"10"
Time in milliseconds between two deployment status report (default: 5 seconds)
Default if unspecified: "5000"
"5000"
Name of the artifact to deploy
Default if unspecified: "github-pages"
"github-pages"
Is this attempting to deploy a pull request as a GitHub Pages preview site? (NOTE: This feature is only in alpha currently and is not available to the public!)
Default if unspecified: "false"
"false"
Returns the class of this.
this
Returns a string representation of this.
This method is used to convert the values of string interpolation expressions to strings.
Returns this |> transform if this is non-null, and null otherwise.
this |> transform
null
This method is the complement of the ?? operator and the equivalent of an Option type's map and flatMap methods.
??
Option
map
flatMap
Tells if this object has a property with the given name.
name
Returns the value of the property with the given name.
Throws if a property with this name does not exist.
Returns null if a property with this name does not exist.
Converts this object to a Dynamic object.
Dynamic
Converts this object to a Map.
Map
GitHub token