Skip to content

Commit

Permalink
fix: replaces "skip-ci" with "skip ci" in transform-rules.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpower432 committed Mar 15, 2024
1 parent daa2f85 commit bc58557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/transform-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"

0 comments on commit bc58557

Please sign in to comment.