From 0e22e30b86357237fb5101c0e32faa49dfaa7390 Mon Sep 17 00:00:00 2001 From: harryob <55142896+harryob@users.noreply.github.com> Date: Sun, 25 Feb 2024 23:56:07 +0000 Subject: [PATCH] working directory --- .github/workflows/compile_dotfiles.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile_dotfiles.yml b/.github/workflows/compile_dotfiles.yml index b6b5179..a8cb096 100644 --- a/.github/workflows/compile_dotfiles.yml +++ b/.github/workflows/compile_dotfiles.yml @@ -16,7 +16,7 @@ jobs: run: ./bin/chezmoi init harryob - name: Output Dotfiles - run: mkdir /output && ./bin/chezmoi apply --destination /output + run: mkdir ./output && ./bin/chezmoi apply --destination ./output - name: Checkout Output Branch uses: actions/checkout@v3 @@ -25,7 +25,7 @@ jobs: - name: Move Output and Commit run: | - mv /output/* . + mv ./output/* . git config user.name github-actions git config user.email github-actions@github.com git add .