mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 17:02:27 +01:00
fix: handle missing GITHUB_REPOSITORY variable in release script
This commit is contained in:
parent
5d4c8d26c7
commit
601dbedc56
1 changed files with 1 additions and 1 deletions
|
|
@ -164,4 +164,4 @@ echo " - Publish to npm"
|
|||
echo " - Create a GitHub release"
|
||||
echo " - Build and push Docker images"
|
||||
echo ""
|
||||
echo "2. Monitor the workflow at: https://github.com/$GITHUB_REPOSITORY/actions"
|
||||
echo "2. Monitor the workflow at: https://github.com/\${GITHUB_REPOSITORY:-your-org/your-repo}/actions"
|
||||
|
|
|
|||
Loading…
Reference in a new issue