We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b7872 commit 8f65cd1Copy full SHA for 8f65cd1
.github/workflows/tinybird-ci.yml
@@ -31,7 +31,7 @@ jobs:
31
steps:
32
- uses: actions/checkout@v3
33
- name: Install Tinybird CLI
34
- run: curl tinybird.co | sh
+ run: curl https://tinybird.co | sh
35
- name: Build project
36
run: tb build
37
- name: Test project
0 commit comments