We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5927d commit db3ee5fCopy full SHA for db3ee5f
1 file changed
.github/workflows/ci.yml
@@ -16,6 +16,8 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v4
19
+ with:
20
+ lfs: true
21
22
- uses: actions/setup-node@v4
23
with:
@@ -100,6 +102,8 @@ jobs:
100
102
TRANSLOADIT_SECRET: ${{ secrets.TRANSLOADIT_SECRET }}
101
103
104
105
106
107
108
109
0 commit comments