You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, branches can be suffixed with a timestamp by setting the environment variable `BRANCH_SUFFIX` to the value `timestamp`. This option may be necessary if multiple pull requests will be created during the execution of a workflow.
56
+
57
+
e.g.
58
+
```
59
+
create-pull-request/patch-1569322532
60
+
create-pull-request/patch-1569322552
61
+
```
62
+
49
63
#### Ignoring files
50
64
51
65
If there are files or directories you want to ignore you can simply add them to a `.gitignore` file at the root of your repository. The action will respect this file.
52
66
53
67
## Example
54
68
55
-
Here is an example that sets all the environment variables.
69
+
Here is an example that sets all the main environment variables.
0 commit comments