Skip to content

Commit

Permalink
fix: removes trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jpower432 authored Mar 15, 2024
1 parent ed0af94 commit bacd656
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Generate app token
uses: tibdex/[email protected]
id: get_installation_token
with:
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
permissions: >-
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/create-new.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Component Definitions Create
on:
workflow_dispatch:
inputs:
inputs:
import_name:
required: true
description: Name of profile in trestle workspace to be imported into the component definition
Expand All @@ -17,7 +17,7 @@ on:
filter_by_profile:
required: false
description: Filter the component definition control by a separate profile


jobs:
create-component:
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Generate app token
uses: tibdex/[email protected]
id: get_installation_token
with:
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
permissions: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transform-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Generate app token
uses: tibdex/[email protected]
id: get_installation_token
with:
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
permissions: >-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-profiles.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Update upstream content

on:
on:
workflow_dispatch:

jobs:
Expand All @@ -11,7 +11,7 @@ jobs:
- name: Generate app token
uses: tibdex/[email protected]
id: get_installation_token
with:
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
permissions: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
markdown_path: "markdown/components"
oscal_model: "compdef"
check_only: true

# Only autofix if the test job fails and the PR is from the same repo
call-autofix:
needs: [test]
Expand Down

0 comments on commit bacd656

Please sign in to comment.