Skip to content

Commit

Permalink
remove the extra curly brace
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 committed Oct 16, 2024
1 parent f64df9c commit 0c01232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
REPO: ${{github.repository}}
run: |
echo "REPO=${GITHUB_REPOSITORY@L}}>>${GITHUB_ENV}"
echo "REPO=${GITHUB_REPOSITORY@L}>>${GITHUB_ENV}"
- name: Build and push
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 0c01232

Please sign in to comment.