Skip to content

Commit

Permalink
ok this
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Jan 26, 2024
1 parent e9e4212 commit 06e1219
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ jobs:
brew install chezmoi
- name: Install
run: |
echo ${GITHUB_REF##*/}
echo ${{ github.event.pull_request.base.ref }}
echo ${{ github.event.pull_request.head.ref }}
echo ${{github.ref_name}}
echo ${{github.head_ref}}
chezmoi init https://github.com/marchdf/dotfiles.git --branch ${GITHUB_REF##*/} --promptString email="" --promptBool use_zsh_root_dir=false
export BRANCH=${{ github.head_ref || github.ref_name }}
echo $BRANCH
chezmoi init https://github.com/marchdf/dotfiles.git --branch ${BRANCH} --promptString email="" --promptBool use_zsh_root_dir=false
chezmoi data
# chezmoi apply -v

0 comments on commit 06e1219

Please sign in to comment.