Skip to content

Commit 6c1e732

Browse files
committed
Revert "chore: remove -y unused option"
This reverts commit 8a362a2.
1 parent 8a362a2 commit 6c1e732

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@ on:
1212
push:
1313
paths:
1414
- "**.md"
15+
- "**.yml"
16+
- "**.yaml"
1517
pull_request:
1618
branches:
1719
- main
1820
- master
1921
paths:
2022
- "**.md"
23+
- "**.yml"
24+
- "**.yaml"
2125
workflow_dispatch:
2226

2327
jobs:

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
shell: bash
4444

4545
- name: Converting markdown
46-
run: docker run --rm --privileged -v ${{ github.workspace }}:/work -w="/work" ${{ inputs.docker_image }} ${{ steps.md_files_list.outputs.MD_FILES }}
46+
run: docker run --rm --privileged -v ${{ github.workspace }}:/work -w="/work" ${{ inputs.docker_image }} -y '${{ steps.repository_name.outputs.REPO_NAME }}.yaml' ${{ steps.md_files_list.outputs.MD_FILES }}
4747
shell: bash
4848

4949
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)