Skip to content

Commit

Permalink
working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Feb 25, 2024
1 parent 8eb503c commit 0e22e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile_dotfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 [email protected]
git add .
Expand Down

0 comments on commit 0e22e30

Please sign in to comment.