changeset 677:2dcf0ae65d5b

Remove repo from brewfile tap spec (#3) * Remove repo from brewfile tap spec * Remove manual tap from action
author Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
date Sat, 01 Oct 2022 07:18:31 +0200
parents 128696498485
children 65f405947a28
files .github/workflows/test.yml dot_Brewfile
diffstat 2 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/test.yml	Fri Sep 30 07:32:55 2022 +0000
+++ b/.github/workflows/test.yml	Sat Oct 01 07:18:31 2022 +0200
@@ -30,8 +30,5 @@
       - name: Initialize chezmoi
         run: chezmoi init -v zegervdv --branch ${GITHUB_REF##*/}
 
-      - name: add tap manually
-        run: brew tap zegervdv/tools
-
       - name: Apply dotfiles
         run: chezmoi apply -v
--- a/dot_Brewfile	Fri Sep 30 07:32:55 2022 +0000
+++ b/dot_Brewfile	Sat Oct 01 07:18:31 2022 +0200
@@ -2,7 +2,7 @@
 tap "homebrew/cask"
 tap "homebrew/core"
 tap "universal-ctags/universal-ctags"
-tap "zegervdv/tools", "[email protected]:zegervdv/homebrew-tools.git"
+tap "zegervdv/tools"
 
 brew "bat"
 brew "fd"