Skip to content

Commit 21a7bda

Browse files
committed
chore(ci): update ref url
1 parent d234007 commit 21a7bda

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- name: Refresh the docs
4040
uses: fjogeleit/http-request-action@master
4141
with:
42-
url: "${{ secrets.DOCS_REFRESH_URL }}?ref=/${{ github.ref }}"
42+
url: "${{ secrets.DOCS_REFRESH_URL }}?ref=${{ github.ref }}"
4343
method: "POST"
4444
customHeaders: "{\"Authorization\": \"${{ secrets.DOCS_REFRESH_TOKEN }}\"}"
45+
timeout: 60000

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Refresh the docs
1515
uses: fjogeleit/[email protected]
1616
with:
17-
url: "${{ secrets.DOCS_REFRESH_URL }}?ref=/${{ github.ref }}"
17+
url: "${{ secrets.DOCS_REFRESH_URL }}?ref=${{ github.ref }}"
1818
method: "POST"
1919
customHeaders: "{\"Authorization\": \"${{ secrets.DOCS_REFRESH_TOKEN }}\"}"
2020
timeout: 60000

0 commit comments

Comments
 (0)