diff --git a/.github/workflows/push-to-main.yml b/.github/workflows/push-to-main.yml index c706de0..11648d3 100644 --- a/.github/workflows/push-to-main.yml +++ b/.github/workflows/push-to-main.yml @@ -7,7 +7,7 @@ on: - 'profiles/**' - 'catalogs/**' - 'component-definitions/**' - - 'md_comp/**' + - 'markdown/components/**' - 'rules/**' concurrency: diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 7663586..5172cf7 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -25,7 +25,7 @@ jobs: id: autosync uses: RedHatProductSecurity/trestle-bot/actions/autosync@main with: - markdown_path: "md_comp" + markdown_path: "markdown/components" oscal_model: "compdef" dry_run: true - uses: dorny/paths-filter@v3 @@ -39,6 +39,6 @@ jobs: id: transform uses: RedHatProductSecurity/trestle-bot/actions/rules-transform@feat/markdown-generation-transform with: - markdown_path: "md_comp" + markdown_path: "markdown/components" commit_message: "Auto-transform rules [skip ci]" dry_run: true