From fe47c3515c3d8e1d728701e1c7c5965de3c11e92 Mon Sep 17 00:00:00 2001 From: Ducky Date: Sun, 3 Dec 2023 02:47:40 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20ci=20(actions):=20modify=20worki?= =?UTF-8?q?ng=20directory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/ci/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/ci/action.yml b/.github/actions/ci/action.yml index 0b68e66..34d6989 100644 --- a/.github/actions/ci/action.yml +++ b/.github/actions/ci/action.yml @@ -44,7 +44,7 @@ runs: --container \ --tree "${{ inputs.tree }}" \ --vendor "sodaliterocks" \ - --working-dir "/srv/store/variable/ostree" \ + --working-dir "/srv/ostree" \ --ex-container-hostname "$(hostname -f)" \ --ex-container-image "$(test_input "${{ inputs.container_image }}" "fedora:39")" \ --ex-override-starttime "$start_time" \