Skip to content

Commit

Permalink
Use https protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
peytondmurray committed Sep 27, 2024
1 parent 3e70f58 commit dfe6f7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate_api_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0

- name: Configure git to use https
run: git config --global hub.protocol https

- name: "Get PR Info"
id: pr
Expand Down

0 comments on commit dfe6f7f

Please sign in to comment.