Skip to content

Commit eb32336

Browse files
authored
Fix incorrect use of env var in sync-repo-staging CI workflow
1 parent d425665 commit eb32336

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-repo-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ defaults:
1818
jobs:
1919
deploy:
2020
environment:
21-
name: repo-${{ env.RELEASE_CHANNEL }}
21+
name: repo-staging
2222
url: https://github.com/${{ env.REPO }}
2323
runs-on: ubuntu-latest
2424
steps:

0 commit comments

Comments
 (0)