Skip to content

Commit

Permalink
Update template.yaml to create a README file with project information
Browse files Browse the repository at this point in the history
  • Loading branch information
0GiS0 committed Apr 29, 2024
1 parent 8908b6d commit ddd8a06
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ spec:
title: Repository URL
type: string
description: The URL of the repository
ui:field: RepoUrlPicker
ui:options:
ui:field: RepoUrlPicker
ui:options:
allowedOwners:
- 0GiS0
- returngis
Expand All @@ -79,13 +79,14 @@ spec:
repoUrl: ${{ parameters.repoUrl }}
system: ${{ parameters.system }}
- id: acme:file:create
name: Create a file
name: Create a README file
action: acme:file:create
input:
filename: docs/prueba.md
filename: README.md
contents: |
# ${{ parameters.name }}
# ${{ parameters.name }}
${{ parameters.description }}
This is a new .NET 8 project created with 💚 using Backstage.
- id: publish
name: Publish
action: publish:github
Expand Down

0 comments on commit ddd8a06

Please sign in to comment.