Skip to content

Commit f5dadbf

Browse files
committed
test: Test cwd option
1 parent f377f01 commit f5dadbf

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.github/workflows/test-github-action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525
- name: Sync markdown files to Confluence
26-
uses: Telefonica/[email protected].3
26+
uses: Telefonica/[email protected].4
2727
with:
28+
cwd: './subfolder'
2829
mode: tree
2930
docs-dir: './docs'
3031
confluence-url: 'https://confluence.tid.es'

subfolder/docs/branching-model.png

181 KB
Loading
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ sync_to_confluence: true
66
# This page has been synced using the markdown-confluence-sync Github Action
77

88
Used version: v1.0.0-beta.2. Checking if the sync works as expected with environment variables.
9+
10+
# Image of branching model
11+
12+
13+
![Branching model](./branching-model.png)
File renamed without changes.

0 commit comments

Comments
 (0)