We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01880bc commit 5b85b2aCopy full SHA for 5b85b2a
.github/workflows/generate_code_snippets.yaml
@@ -22,9 +22,6 @@ jobs:
22
- name: Install Bun
23
uses: oven-sh/setup-bun@v1
24
25
- - name: Install dependencies
26
- run: bun install
27
-
28
- name: Run update script
29
run: bun run scripts/generate_code_samples.ts
30
@@ -34,4 +31,4 @@ jobs:
34
31
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
35
32
git add .
36
33
git commit -m "docs: update code samples from OpenAPI" || echo "No changes"
37
- git push origin HEAD:${{ github.ref_name }}
+ git push origin HEAD:${{ github.ref_name }}
0 commit comments