Skip to content

Commit

Permalink
unnecessary clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Feb 26, 2024
1 parent 87b2e6d commit c5f2e07
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 c5f2e07

Please sign in to comment.