Skip to content

Commit

Permalink
put it correctly into github env
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 committed Oct 16, 2024
1 parent ae3a3af commit d76ea20
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 d76ea20

Please sign in to comment.