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
Additionally, act support loading environment variables from a `.env` file. The default is to look in the working directory for the file, but can be overriden by:
97
+
98
+
```
99
+
act --env-file my.env
100
+
```
101
+
96
102
# Support
97
103
98
104
Need help? Ask on [Gitter](https://gitter.im/nektos/act)!
0 commit comments