Skip to content

Commit

Permalink
should work maybe hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Feb 26, 2024
1 parent a8a7e66 commit 3313fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

EXTRA_ARGS="--global"

{{ if env "WORKFLOW" -}}
{{- if eq .chezmoi.username "runner" }}

EXTRA_ARGS="--file ./output/.Brewfile"

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/compile_dotfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
branches:
- main

env:
WORKFLOW: true

jobs:
compile_dotfiles:
name: Compile Dotfles
Expand All @@ -19,7 +16,7 @@ jobs:
run: ./bin/chezmoi init harryob

- name: Output Dotfiles
run: mkdir ./output && ./bin/chezmoi data && ./bin/chezmoi apply --destination ./output
run: mkdir ./output && ./bin/chezmoi apply --destination ./output

- name: Checkout Output Branch
uses: actions/checkout@v3
Expand Down

0 comments on commit 3313fe9

Please sign in to comment.