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 156e5f9 commit 58b10b6Copy full SHA for 58b10b6
.github/workflows/docs.yml
@@ -55,6 +55,8 @@ jobs:
55
with:
56
app-id: ${{ secrets.APP_ID }}
57
private-key: ${{ secrets.APP_PRIVATE_KEY }}
58
+ owner: ${{ github.repository_owner }}
59
+ repositories: "TRAP-Docs"
60
- name: Retrieve new docs version
61
id: get-docs-version
62
run: echo "DOCS_VERSION=$(grep -oP -m 1 '\d+w\d+[a-zA-Z]+\d+' .modules/generatedocs/pages/changelog.md)" >> "$GITHUB_OUTPUT"
0 commit comments