Skip to content

Commit 30da15f

Browse files
Update .devcontainer/post-attach.sh
Co-authored-by: Copilot <[email protected]>
1 parent f90d547 commit 30da15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/post-attach.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ -v CODESPACES ]; then
88
echo "Running in Codespaces - please add COPILOT_TOKEN to your Codespaces secrets"
99
fi
1010
if [ ! -v GITHUB_PERSONAL_ACCESS_TOKEN ]; then
11-
echo "Running in Codespaces - please add GITHUB_PERSONAL_ACCESS_TOKEN to your Codespaces secrets"
11+
echo "⚠️ Running in Codespaces - please add GITHUB_PERSONAL_ACCESS_TOKEN to your Codespaces secrets"
1212
fi
1313
fi
1414

0 commit comments

Comments
 (0)