@@ -132,27 +132,27 @@ jobs:
132132 if : steps.gate.outputs.publish == 'true'
133133 uses : actions/checkout@v4
134134 with :
135- repository : nilstate/homebrew-0state
135+ repository : nilstate/homebrew-icey
136136 token : ${{ secrets.HOMEBREW_TAP_TOKEN }}
137- path : .stage/homebrew-0state
137+ path : .stage/homebrew-icey
138138
139139 - name : Publish formula
140140 if : steps.gate.outputs.publish == 'true'
141141 env :
142- TAP_REPO_DIR : ${{ github.workspace }}/.stage/homebrew-0state
142+ TAP_REPO_DIR : ${{ github.workspace }}/.stage/homebrew-icey
143143 run : ./scripts/publish-homebrew.sh
144144
145145 - name : Commit formula update
146146 if : steps.gate.outputs.publish == 'true'
147147 run : |
148- git -C .stage/homebrew-0state config user.name "github-actions[bot]"
149- git -C .stage/homebrew-0state config user.email "41898282+github-actions[bot]@users.noreply.github.com"
150- git -C .stage/homebrew-0state add Formula/icey-server.rb
151- if git -C .stage/homebrew-0state diff --cached --quiet; then
148+ git -C .stage/homebrew-icey config user.name "github-actions[bot]"
149+ git -C .stage/homebrew-icey config user.email "41898282+github-actions[bot]@users.noreply.github.com"
150+ git -C .stage/homebrew-icey add Formula/icey-server.rb
151+ if git -C .stage/homebrew-icey diff --cached --quiet; then
152152 exit 0
153153 fi
154- git -C .stage/homebrew-0state commit -m "icey-server ${{ needs.build-manifests.outputs.cli_version }}"
155- git -C .stage/homebrew-0state push
154+ git -C .stage/homebrew-icey commit -m "icey-server ${{ needs.build-manifests.outputs.cli_version }}"
155+ git -C .stage/homebrew-icey push
156156
157157 publish-apt-repo :
158158 runs-on : ubuntu-24.04
0 commit comments