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 4120e7f commit ec228a3Copy full SHA for ec228a3
.github/workflows/test-e2e.yml
@@ -46,6 +46,7 @@ jobs:
46
confluence-url: ${{ vars.CONFLUENCE_URL }}
47
confluence-space-key: ${{ vars.CONFLUENCE_SPACE_KEY }}
48
confluence-personal-access-token: ${{ secrets.CONFLUENCE_PAT }}
49
+ log-level: debug
50
51
test-e2e:
52
environment: production
README.md
@@ -17,6 +17,7 @@ This action syncs markdown files to Confluence using the [Markdown Confluence Sy
17
- [Contributing](#contributing)
18
- [License](#license)
19
20
+
21
```mermaid
22
graph TD;
23
A-->B;
0 commit comments