Skip to content

Commit

Permalink
ci: octodog performs graphql schema dump commit (#2344)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaminyam authored Jul 1, 2024
1 parent 61e7a4d commit 1065ed0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-api-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
with:
fetch-depth: ${{ env.GIT_FETCH_DEPTH }}
ref: ${{ github.head_ref }}
token: ${{ secrets.OCTODOG }}
- name: Extract Python version from pants.toml
run: |
PYTHON_VERSION=$(grep -m 1 -oP '(?<=CPython==)([^"]+)' pants.toml)
Expand Down

0 comments on commit 1065ed0

Please sign in to comment.