Skip to content

Commit 8aadd31

Browse files
committed
Fix for organization runners
1 parent bc3d98a commit 8aadd31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup/github-runner/unix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ fi
104104

105105
## Final configuration
106106
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}"
107+
./config.sh --unattended --url "https://github.com/sofa-framework" --token "${CONFIGURE_TOKEN}" --name "${NAME}" --labels "${NAME},${LABELS}"
108108

109109
echo "Everything is setup in $INSTALL_DIR. Rebooting to launch the worker... "

0 commit comments

Comments
 (0)