Skip to content

Commit 216de93

Browse files
committed
Use env variable in lowercase step
I hate actions validation I hate actions validation I hate actions validation I hate actions validation I hate actions validation I hate actions validation I hate actions validation I hate actions validation I hate actions validation I hate actions validation I hate actions validation I hate actions validation I hate actions validation I hate actions validation I hate actions validation I hate actions validation
1 parent ce3889d commit 216de93

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
steps:
1616
# https://stackoverflow.com/a/70250677
1717
- id: lowercase_repo
18-
run: REPO=${{ github.repository }} echo "repo=${REPO,,}" >> "$GITHUB_OUTPUT"
18+
run: echo "repo=${REPO,,}" >> "$GITHUB_OUTPUT"
19+
env:
20+
REPO: ${{ github.repository }}
1921
- uses: actions/checkout@v5
2022
- uses: docker/setup-qemu-action@v3
2123
- uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)