Skip to content

Commit

Permalink
Update template.yaml to fix typo in ui:autofocus field, remove custom…
Browse files Browse the repository at this point in the history
… field extension, and create a README file
  • Loading branch information
0GiS0 committed Apr 29, 2024
1 parent 4a7cef2 commit a829a63
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,16 @@ spec:
destination: ${{ parameters.repoUrl | parseRepoUrl }}
repoUrl: ${{ parameters.repoUrl }}
system: ${{ parameters.system }}
# - id: acme:file:create
# name: Create a README file
# action: acme:file:create
# input:
# filename: README.md
# contents: |
# # ${{ parameters.name }}
# ${{ parameters.description }}
- id: acme:file:create
name: Create a README file
action: acme:file:create
input:
filename: README.md
contents: |
# ${{ parameters.name }}
${{ parameters.description }}
# This is a new .NET 8 project created with 💚 using Backstage.
This is a new .NET 8 project created with 💚 using Backstage.
- id: publish
name: Publish
action: publish:github
Expand All @@ -101,15 +101,15 @@ spec:
defaultBranch: main
secrets: { MY_SECRET: This is a secret }
variables: { MY_VARIABLE: This is a variable }
# - id: github:ghas:configure
# name: Configure GitHub Advanced Security
# action: github:ghas:configure
# input:
# repoUrl: ${{ parameters.repoUrl }}
# code_scanning: enabled
# secret_scanning: enabled
# push_secret_protection: enabled
# dependabot: enabled
- id: github:ghas:configure
name: Configure GitHub Advanced Security
action: github:ghas:configure
input:
repoUrl: ${{ parameters.repoUrl }}
code_scanning: enabled
secret_scanning: enabled
push_secret_protection: enabled
dependabot: enabled
- id: github-action
name: Stating GitHub action
action: github:actions:dispatch
Expand Down

0 comments on commit a829a63

Please sign in to comment.