We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a362a2 commit 6c1e732Copy full SHA for 6c1e732
2 files changed
README.md
@@ -12,12 +12,16 @@ on:
12
push:
13
paths:
14
- "**.md"
15
+ - "**.yml"
16
+ - "**.yaml"
17
pull_request:
18
branches:
19
- main
20
- master
21
22
23
24
25
workflow_dispatch:
26
27
jobs:
action.yml
@@ -43,7 +43,7 @@ runs:
43
shell: bash
44
45
- 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 }}
+ 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 }}
47
48
49
- uses: actions/upload-artifact@v4
0 commit comments