Skip to content

Commit ef7e01c

Browse files
filiptronicekroboquat
authored andcommitted
Fix code-nightly workflow typo and upgrade leeway
1 parent e94cb93 commit ef7e01c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-nightly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: downlaod leeway
15-
run: cd /usr/bin && curl -fsSL https://github.com/gitpod-io/leeway/releases/download/v0.2.8/leeway_0.2.8_Linux_x86_64.tar.gz | sudo tar xz
14+
- name: Download leeway
15+
run: cd /usr/bin && curl -fsSL https://github.com/gitpod-io/leeway/releases/download/v0.2.16/leeway_0.2.16_Linux_x86_64.tar.gz | sudo tar xz
1616
- name: Auth Google Cloud SDK
1717
uses: google-github-actions/auth@v0
1818
with:

0 commit comments

Comments
 (0)