Change summary
.github/workflows/cd.yml | 5 +++--
.github/workflows/ci.yml | 1 +
go.mod | 2 ++
3 files changed, 6 insertions(+), 2 deletions(-)
Detailed changes
@@ -5,7 +5,7 @@ on:
branches:
- main
pull_request:
-
+
jobs:
cd:
@@ -38,6 +38,7 @@ jobs:
run: |
git clone -b release https://${{ secrets.ACCESS_TOKEN }}@github.com/charmbracelet/charm-internal ../charm
git clone -b master https://${{ secrets.ACCESS_TOKEN }}@github.com/charmbracelet/bubbletea-internal ../bubbletea
+ git clone -b master https://${{ secrets.ACCESS_TOKEN }}@github.com/charmbracelet/wish ../wish
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
@@ -176,4 +177,4 @@ jobs:
channel: '#devops'
name: "${{ github.repository }} 🥤 workflow"
icon_emoji: ':cup_with_straw:'
- icon_url: 'https://avatars.githubusercontent.com/u/57376114?s=200&v=4'
+ icon_url: 'https://avatars.githubusercontent.com/u/57376114?s=200&v=4'
@@ -20,6 +20,7 @@ jobs:
run: |
git clone -b release https://${{ secrets.ACCESS_TOKEN }}@github.com/charmbracelet/charm-internal ../charm
git clone -b master https://${{ secrets.ACCESS_TOKEN }}@github.com/charmbracelet/bubbletea-internal ../bubbletea
+ git clone -b master https://${{ secrets.ACCESS_TOKEN }}@github.com/charmbracelet/wish ../wish
- name: Set up Go
uses: actions/setup-go@v2
@@ -6,6 +6,8 @@ replace github.com/charmbracelet/charm => ../charm
replace github.com/charmbracelet/bubbletea => ../bubbletea
+replace github.com/charmbracelet/wish => ../wish
+
require (
github.com/charmbracelet/bubbles v0.8.0
github.com/charmbracelet/bubbletea v0.14.1