From f483306d067310430e0656fe1afd14a32c5e0bb3 Mon Sep 17 00:00:00 2001 From: Quinn Date: Thu, 5 Jun 2025 00:25:33 +0200 Subject: [PATCH] remove ~/.actrc and move it to ~/etc --- .actrc | 1 - etc/act/actrc | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 .actrc diff --git a/.actrc b/.actrc deleted file mode 100644 index 2c5012e..0000000 --- a/.actrc +++ /dev/null @@ -1 +0,0 @@ ---artifact-server-path $PWD/.artifacts diff --git a/etc/act/actrc b/etc/act/actrc index eb64a52..784387f 100644 --- a/etc/act/actrc +++ b/etc/act/actrc @@ -2,3 +2,4 @@ -P ubuntu-22.04=catthehacker/ubuntu:act-22.04 -P ubuntu-20.04=catthehacker/ubuntu:act-20.04 -P ubuntu-18.04=catthehacker/ubuntu:act-18.04 +--artifact-server-path $PWD/.artifacts