Skip to content

Commit

Permalink
chore: updates component markdown location
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Sep 12, 2024
1 parent ff40b52 commit f0fce37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'profiles/**'
- 'catalogs/**'
- 'component-definitions/**'
- 'md_comp/**'
- 'markdown/components/**'
- 'rules/**'

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit f0fce37

Please sign in to comment.