Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamina committed Sep 30, 2023
1 parent b75f442 commit f050cff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ jobs:
EMAIL_ADDRESS: ${{ secrets.EMAIL_ADDRESS }}
DOTFILES_DEBUG: 1
run: |
printf '${EMAIL_ADDRESS}\n' | sh -c "$(curl -fsLS get.chezmoi.io)" -- \
cmd="$(curl -fsLS get.chezmoi.io)"
find "$(sh -c ${cmd} source-path)" -type f -name "encrypted_*" -exec rm -fv {} +
printf '${EMAIL_ADDRESS}\n' | sh -c "${cmd}" -- \
init --apply --purge-binary --force --no-tty --source-path $GITHUB_WORKSPACE

0 comments on commit f050cff

Please sign in to comment.