We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02a382 commit 4ce8efeCopy full SHA for 4ce8efe
.github/workflows/main.yml
@@ -103,7 +103,7 @@ jobs:
103
- name: Add subtree nodes
104
run: |
105
rm -rf sprints/nodes
106
- git subtree add --prefix sprints/nodes https://github.com/ogcincubator/code-sprint-nodes.git gh-pages --squash || echo "Adding sprints/nodes"
+ git subtree add --prefix sprints/nodes https://github.com/ogcincubator/nodes.git gh-pages --squash || echo "Adding sprints/nodes"
107
108
- name: Push changes
109
0 commit comments