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
If you'd like `act` to always run with certain flags, these can be be placed in
83
+
an `.actrc` file either in the current working directory or your home
84
+
directory, for example:
85
+
86
+
```
87
+
--container-architecture=linux/amd64
88
+
--remote-name upstream
89
+
--action-offline-mode
90
+
```
64
91
65
92
For frequent contributors, we recommend adding the script as a [git pre-push hook](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks), which you can do via executing the following command in the project root directory:
0 commit comments