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 .