Skip to content

Commit 6f51ce3

Browse files
committed
change org
1 parent d0902b7 commit 6f51ce3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v4
3232

3333
- name: Build and Deploy to Pipecat Cloud
34-
uses: pipecat-ai/pipecat-cloud-deploy-action@v1
34+
uses: daily-co/pipecat-cloud-deploy-action@v1
3535
with:
3636
api-key: ${{ secrets.PIPECAT_API_KEY }}
3737
agent-name: my-agent
@@ -48,7 +48,7 @@ If you build your image separately (or use another CI step), pass the fully-tagg
4848
4949
```yaml
5050
- name: Deploy to Pipecat Cloud
51-
uses: pipecat-ai/pipecat-cloud-deploy-action@v1
51+
uses: daily-co/pipecat-cloud-deploy-action@v1
5252
with:
5353
api-key: ${{ secrets.PIPECAT_API_KEY }}
5454
agent-name: my-agent
@@ -111,7 +111,7 @@ These inputs are only used when `build` is set to `true`.
111111

112112
```yaml
113113
- name: Deploy to Pipecat Cloud
114-
uses: pipecat-ai/pipecat-cloud-deploy-action@v1
114+
uses: daily-co/pipecat-cloud-deploy-action@v1
115115
with:
116116
api-key: ${{ secrets.PIPECAT_API_KEY }}
117117
agent-name: my-agent
@@ -135,7 +135,7 @@ These inputs are only used when `build` is set to `true`.
135135

136136
```yaml
137137
- name: Deploy to Pipecat Cloud
138-
uses: pipecat-ai/pipecat-cloud-deploy-action@v1
138+
uses: daily-co/pipecat-cloud-deploy-action@v1
139139
with:
140140
api-key: ${{ secrets.PIPECAT_API_KEY }}
141141
agent-name: my-agent
@@ -148,7 +148,7 @@ These inputs are only used when `build` is set to `true`.
148148
```yaml
149149
- name: Deploy
150150
id: deploy
151-
uses: pipecat-ai/pipecat-cloud-deploy-action@v1
151+
uses: daily-co/pipecat-cloud-deploy-action@v1
152152
with:
153153
api-key: ${{ secrets.PIPECAT_API_KEY }}
154154
agent-name: my-agent

0 commit comments

Comments
 (0)