Skip to content

Commit

Permalink
fix typo, set workflow job display names
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Nov 6, 2023
1 parent fe72703 commit 3237e8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:

jobs:
build:

name: Build & Publish
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -97,5 +97,6 @@ jobs:
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}

deploy:
name: Deploy Published Image
uses: ./.github/workflows/deploy.yml
needs: build
2 changes: 1 addition & 1 deletion views/invoice.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<tr>
<td>
<b
>Please pay into the bank acoount of
>Please pay into the bank account of
{{.FromName}}:</b
>
<h2>{{.AccountNumber}}</h2>
Expand Down

0 comments on commit 3237e8c

Please sign in to comment.