Skip to content

Commit e728802

Browse files
committed
Fix incorrect CI env var name
1 parent b409c01 commit e728802

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
deploy:
2121
environment:
2222
name: repo-prod
23-
url: https://github.com/${{ env.REPO }}
23+
url: https://github.com/${{ env.TARGET_REPO }}
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)