Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed May 23, 2024
1 parent 3f9691a commit 93df252
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
# short-description: ${{ github.event.repository.description }}
# readme-filepath: ./README.md

alpine_3-20:
alpine_3-20:
env:
DISTRO: "alpine"
DISTRO_VARIANT: "3.20"
Expand Down Expand Up @@ -261,7 +261,7 @@ alpine_3-20:
# short-description: ${{ github.event.repository.description }}
# readme-filepath: ./README.md

alpine_3-19:
alpine_3-19:
env:
DISTRO: "alpine"
DISTRO_VARIANT: "3.19"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ jobs:
# short-description: ${{ github.event.repository.description }}
# readme-filepath: ./README.md

alpine_3-19:
alpine_3-19:
env:
DISTRO: "alpine"
DISTRO_VARIANT: "3.19"
Expand Down

0 comments on commit 93df252

Please sign in to comment.