From bc5855750e73d302248d3d35a086f155c65380b4 Mon Sep 17 00:00:00 2001 From: Jennifer Power Date: Thu, 14 Mar 2024 20:17:41 -0400 Subject: [PATCH] fix: replaces "skip-ci" with "skip ci" in transform-rules.yml --- .github/workflows/transform-rules.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/transform-rules.yml b/.github/workflows/transform-rules.yml index 82745d1..99f2c6b 100644 --- a/.github/workflows/transform-rules.yml +++ b/.github/workflows/transform-rules.yml @@ -36,7 +36,7 @@ jobs: with: file_pattern: "*.json,rules/*" branch: ${{ inputs.branch }} - commit_message: "Transform rules to OSCAL [skip-ci]" + commit_message: "Transform rules to OSCAL [skip ci]" commit_user_name: "trestle-bot[bot]" commit_user_email: "136850459+trestle-bot[bot]@users.noreply.github.com" - name: Regenerate component definitions @@ -47,6 +47,6 @@ jobs: file_pattern: "markdown/*" branch: ${{ inputs.branch }} skip_assemble: true - commit_message: "Generate markdown changes [skip-ci]" + commit_message: "Generate markdown changes [skip ci]" commit_user_name: "trestle-bot[bot]" commit_user_email: "136850459+trestle-bot[bot]@users.noreply.github.com"