We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8108b14 commit 67df9c1Copy full SHA for 67df9c1
.github/workflows/generate_code_snippets.yaml
@@ -29,4 +29,4 @@ jobs:
29
run: |
30
git add .
31
git commit -m "docs: update code samples from OpenAPI" || echo "No changes"
32
- git push origin HEAD:gh_action_generated_docs
+ git push origin "HEAD:${{ github.ref }}"
0 commit comments