Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Daranix committed Jun 25, 2023
1 parent 5608b8e commit 9127cdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Set Owner name to LowerCase
id: lower_case
run: |
echo "OWNER_LC=${OWNER,,}" >>${GITHUB_ENV}
echo "REPOSITORY_LC=${REPOSITORY,,}" >>${GITHUB_ENV}
OWNER_LC=${OWNER,,}
REPOSITORY_LC=${REPOSITORY,,}
echo "::set-output name=ownerlc::$OWNER_LC"
echo "::set-output name=repositorylc::$REPOSITORY_LC"
env:
Expand Down

0 comments on commit 9127cdd

Please sign in to comment.