Skip to content

Commit 68205e1

Browse files
alicodingclaude
andcommitted
fix: Remove incompatible act flags from configuration
- Removed --use-host-network flag (not supported) - Removed --eventpath flag (not needed) - Simplified .actrc for broader act version compatibility 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent abfaf74 commit 68205e1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.actrc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,5 @@
1111
# Don't pull images every time (faster subsequent runs)
1212
--pull=false
1313

14-
# Use host network (helpful for some operations)
15-
--use-host-network
16-
1714
# Set artifact server path
1815
--artifact-server-path /tmp/act-artifacts
19-
20-
# Default event type
21-
--eventpath /dev/null

0 commit comments

Comments
 (0)