Skip to content

Commit 67df9c1

Browse files
committed
test
1 parent 8108b14 commit 67df9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_code_snippets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
run: |
3030
git add .
3131
git commit -m "docs: update code samples from OpenAPI" || echo "No changes"
32-
git push origin HEAD:gh_action_generated_docs
32+
git push origin "HEAD:${{ github.ref }}"

0 commit comments

Comments
 (0)