We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b409c01 commit e728802Copy full SHA for e728802
1 file changed
.github/workflows/deploy-prod.yml
@@ -20,7 +20,7 @@ jobs:
20
deploy:
21
environment:
22
name: repo-prod
23
- url: https://github.com/${{ env.REPO }}
+ url: https://github.com/${{ env.TARGET_REPO }}
24
runs-on: ubuntu-latest
25
steps:
26
- uses: actions/checkout@v6
0 commit comments