Skip to content

Commit

Permalink
Fix env expansion for the github output of the build-devcontainer task
Browse files Browse the repository at this point in the history
  • Loading branch information
programLyrique committed Jan 14, 2025
1 parent 3014dd6 commit b8bf57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: imageName
run: |
echo "OWNER_LC=${OWNER,,}" >>${GITHUB_ENV}
echo "imageName=ghcr.io/{OWNER,,}/r-compile-server" >>${GITHUB_OUTPUT}
echo "imageName=ghcr.io/${OWNER,,}/r-compile-server" >>${GITHUB_OUTPUT}
env:
OWNER: '${{ github.repository_owner }}'

Expand Down

0 comments on commit b8bf57f

Please sign in to comment.