From bacd65634432f29b5a23fb6756ca2589b87b0b2c Mon Sep 17 00:00:00 2001 From: Jennifer Power Date: Thu, 14 Mar 2024 20:17:04 -0400 Subject: [PATCH] fix: removes trailing spaces --- .github/workflows/autofix-cd.yml | 2 +- .github/workflows/create-new.yml | 6 +++--- .github/workflows/transform-rules.yml | 2 +- .github/workflows/update-profiles.yml | 4 ++-- .github/workflows/validate.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/autofix-cd.yml b/.github/workflows/autofix-cd.yml index b77e1d0..c5acec4 100644 --- a/.github/workflows/autofix-cd.yml +++ b/.github/workflows/autofix-cd.yml @@ -21,7 +21,7 @@ jobs: - name: Generate app token uses: tibdex/github-app-token@v2.1.0 id: get_installation_token - with: + with: app_id: ${{ secrets.APP_ID }} private_key: ${{ secrets.PRIVATE_KEY }} permissions: >- diff --git a/.github/workflows/create-new.yml b/.github/workflows/create-new.yml index cd9340e..20b145d 100644 --- a/.github/workflows/create-new.yml +++ b/.github/workflows/create-new.yml @@ -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 @@ -17,7 +17,7 @@ on: filter_by_profile: required: false description: Filter the component definition control by a separate profile - + jobs: create-component: @@ -27,7 +27,7 @@ jobs: - name: Generate app token uses: tibdex/github-app-token@v2.1.0 id: get_installation_token - with: + with: app_id: ${{ secrets.APP_ID }} private_key: ${{ secrets.PRIVATE_KEY }} permissions: >- diff --git a/.github/workflows/transform-rules.yml b/.github/workflows/transform-rules.yml index bbe07ef..82745d1 100644 --- a/.github/workflows/transform-rules.yml +++ b/.github/workflows/transform-rules.yml @@ -20,7 +20,7 @@ jobs: - name: Generate app token uses: tibdex/github-app-token@v2.1.0 id: get_installation_token - with: + with: app_id: ${{ secrets.APP_ID }} private_key: ${{ secrets.PRIVATE_KEY }} permissions: >- diff --git a/.github/workflows/update-profiles.yml b/.github/workflows/update-profiles.yml index 5338ffd..0982454 100644 --- a/.github/workflows/update-profiles.yml +++ b/.github/workflows/update-profiles.yml @@ -1,6 +1,6 @@ name: Update upstream content -on: +on: workflow_dispatch: jobs: @@ -11,7 +11,7 @@ jobs: - name: Generate app token uses: tibdex/github-app-token@v2.1.0 id: get_installation_token - with: + with: app_id: ${{ secrets.APP_ID }} private_key: ${{ secrets.PRIVATE_KEY }} permissions: >- diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 4c0a046..75290ce 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -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]