Skip to content

Commit a14f087

Browse files
committed
Fix the mapping between rule.title and rule.description for CI
Signed-off-by: Sophia Wang <huiwang@redhat.com>
1 parent 2df90d6 commit a14f087

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync-cac-oscal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ jobs:
8686
echo "$line" >> updated_filenames.txt
8787
;;
8888
*rule.yml)
89-
if has_change "$line" "description"; then
90-
echo "Change detected: The description in '$line' was updated."
89+
if has_change "$line" "title"; then
90+
echo "Change detected: The title in '$line' was updated."
9191
echo "$line" >> updated_filenames.txt
9292
fi
9393
;;

0 commit comments

Comments
 (0)