File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- name : push-install
1
+ name : push-quickstart
2
2
on :
3
3
push :
4
4
branches :
5
5
- main
6
6
paths :
7
7
- " scripts/install.sh"
8
-
8
+ - " examples/echo.gpt "
9
9
jobs :
10
- push-install :
11
- name : push-install
10
+ push-quickstart :
11
+ name : push-quickstart
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : checkout
24
24
run : |
25
25
ls -la
26
26
aws s3 cp scripts/install.sh s3://${{ secrets.R2_BUCKET }}/install.sh
27
+ aws s3 cp examples/echo.gpt s3://${{ secrets.R2_BUCKET }}/echo.gpt
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ export OPENAI_API_KEY="your-api-key"
60
60
### 3. Run Hello World
61
61
62
62
``` shell
63
- gptscript https://gptscript.ai/echo.gpt --input " Hello, World!"
63
+ gptscript https://get. gptscript.ai/echo.gpt --input " Hello, World!"
64
64
```
65
65
66
66
## How it works
You can’t perform that action at this time.
0 commit comments