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 d234007 commit 21a7bdaCopy full SHA for 21a7bda
.github/workflows/release.yml
@@ -39,6 +39,7 @@ jobs:
39
- name: Refresh the docs
40
uses: fjogeleit/http-request-action@master
41
with:
42
- url: "${{ secrets.DOCS_REFRESH_URL }}?ref=/${{ github.ref }}"
+ url: "${{ secrets.DOCS_REFRESH_URL }}?ref=${{ github.ref }}"
43
method: "POST"
44
customHeaders: "{\"Authorization\": \"${{ secrets.DOCS_REFRESH_TOKEN }}\"}"
45
+ timeout: 60000
.github/workflows/website.yml
@@ -14,7 +14,7 @@ jobs:
14
15
uses: fjogeleit/[email protected]
16
17
18
19
20
timeout: 60000
0 commit comments