Skip to content

Commit

Permalink
whitespace?
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed May 24, 2024
1 parent f86ea54 commit ebeec96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
workflow_call:
inputs:
image_name:
required: true
type: string
default: ${{ github.repository }}
required: true
type: string
default: ${{ github.repository }}

permissions:
id-token: write
Expand Down
2 changes: 2 additions & 0 deletions src/Teapot.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{BF0E
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{91E7521E-41E8-4FB0-B2D1-C61DEDCD826A}"
ProjectSection(SolutionItems) = preProject
..\.github\workflows\build.yaml = ..\.github\workflows\build.yaml
..\.github\workflows\deploy.yaml = ..\.github\workflows\deploy.yaml
..\.github\workflows\main.yaml = ..\.github\workflows\main.yaml
..\.github\workflows\staging.yaml = ..\.github\workflows\staging.yaml
..\.github\workflows\tests.yaml = ..\.github\workflows\tests.yaml
Expand Down

0 comments on commit ebeec96

Please sign in to comment.