We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3d98a commit 8aadd31Copy full SHA for 8aadd31
1 file changed
setup/github-runner/unix.sh
@@ -104,6 +104,6 @@ fi
104
105
## Final configuration
106
cd "$INSTALL_DIR/github-workspace$SUFFIX"
107
-./config.sh --unattended --url "https://github.com/sofa-framework/sofa" --token "${CONFIGURE_TOKEN}" --name "${NAME}" --labels "${NAME},${LABELS}"
+./config.sh --unattended --url "https://github.com/sofa-framework" --token "${CONFIGURE_TOKEN}" --name "${NAME}" --labels "${NAME},${LABELS}"
108
109
echo "Everything is setup in $INSTALL_DIR. Rebooting to launch the worker... "
0 commit comments