Skip to content

Commit

Permalink
fix: chezmoi apply source force notty
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner committed Feb 8, 2024
1 parent 6512b1b commit ac49b00
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,13 @@ jobs:

steps:
- name: Install (Chezmoi)
run: sudo apt update && sudo apt install -y chezmoi
run: brew install chezmoi

- name: Checkout
uses: actions/checkout@v4

- name: Init
run: chezmoi init --source $(pwd)

- name: Apply
run: chezmoi apply
run: chezmoi apply --source $(pwd) --no-tty --force

macOS:
runs-on: macos-latest
Expand All @@ -43,8 +40,5 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Init
run: chezmoi init --source $(pwd)

- name: Apply
run: chezmoi apply
run: chezmoi apply --source $(pwd) --no-tty --force

0 comments on commit ac49b00

Please sign in to comment.