mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-20 09:36:47 +00:00
Formatting
This commit is contained in:
parent
567977e102
commit
929af7772e
2 changed files with 30 additions and 31 deletions
10
.github/workflows/backstage-catalog-helper.yml
vendored
10
.github/workflows/backstage-catalog-helper.yml
vendored
|
@ -28,10 +28,10 @@ jobs:
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.generate_token.outputs.token}}
|
token: ${{ steps.generate_token.outputs.token}}
|
||||||
commit-message: 'Add catalog-info.yaml'
|
commit-message: "Add catalog-info.yaml"
|
||||||
branch: 'backstage/catalog-info'
|
branch: "backstage/catalog-info"
|
||||||
title: 'Add catalog-info.yaml'
|
title: "Add catalog-info.yaml"
|
||||||
body: 'Adding a basic catalog-info.yaml to start populating the backstage catalog with your components.'
|
body: "Adding a basic catalog-info.yaml to start populating the backstage catalog with your components."
|
||||||
labels: 'backstage'
|
labels: "backstage"
|
||||||
add-paths: |
|
add-paths: |
|
||||||
catalog-info.yaml
|
catalog-info.yaml
|
1
.github/workflows/s3-backup.yml
vendored
1
.github/workflows/s3-backup.yml
vendored
|
@ -8,7 +8,6 @@ jobs:
|
||||||
s3-backup:
|
s3-backup:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue