Skip to content

Commit

Permalink
fix typo (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
akphi authored Nov 26, 2023
1 parent 4197ad2 commit e8ebbe4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual__create-new-docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
variant:
- full
- slim
- sim-dbs
- slim-dbs
steps:
- name: Checkout code
uses: actions/checkout@v3.5.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual__publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
variant:
- full
- slim
- sim-dbs
- slim-dbs
steps:
- name: Checkout code
uses: actions/checkout@v3.5.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
variant:
- full
- slim
- sim-dbs
- slim-dbs
steps:
- name: Checkout code
uses: actions/checkout@v3.5.2
Expand Down

0 comments on commit e8ebbe4

Please sign in to comment.