Formatting

This commit is contained in:
Jimmy Royer 2024-09-09 13:45:53 -04:00
parent 567977e102
commit 929af7772e
2 changed files with 30 additions and 31 deletions

View file

@ -28,10 +28,10 @@ jobs:
uses: peter-evans/create-pull-request@v3
with:
token: ${{ steps.generate_token.outputs.token}}
commit-message: 'Add catalog-info.yaml'
branch: 'backstage/catalog-info'
title: 'Add catalog-info.yaml'
body: 'Adding a basic catalog-info.yaml to start populating the backstage catalog with your components.'
labels: 'backstage'
commit-message: "Add catalog-info.yaml"
branch: "backstage/catalog-info"
title: "Add catalog-info.yaml"
body: "Adding a basic catalog-info.yaml to start populating the backstage catalog with your components."
labels: "backstage"
add-paths: |
catalog-info.yaml

View file

@ -8,7 +8,6 @@ jobs:
s3-backup:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with: