We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29a6ee commit b60d323Copy full SHA for b60d323
.github/workflows/new-pr-java.yml
@@ -43,15 +43,15 @@
43
# echo "resource=src/envo/envo-edit.owl" >> $GITHUB_ENV
44
# echo "branch-name=kgcl_automation_"${{ steps.gh-script-issue.outputs.result }} >> $GITHUB_ENV
45
46
-# - name: Get jar & create alias command.
+# - name: Get jar & enable plugin.
47
# run: |
48
# mkdir -p robot-plugins
49
# wget https://github.com/gouttegd/kgcl-java/releases/download/kgcl-0.2.0/kgcl-robot-plugin-0.2.0.jar -O robot-plugins/kgcl.jar
50
# echo "ROBOT_PLUGINS_DIRECTORY=$(pwd)/robot-plugins/" >> "$GITHUB_ENV"
51
52
# - name: Install dependencies
53
54
-# pip install git+https://github.com/hrshdhgd/ontobot-change-agent.git
+# pip install ontobot-change-agent
55
56
# - name: Run ochange
57
# id: ochange
0 commit comments