Skip to content

Commit 1284f12

Browse files
author
doublebyte1
committed
- added sprints/26 to source tree
1 parent ac41844 commit 1284f12

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ jobs:
9696
run: |
9797
git subtree add --prefix sprints/25 https://github.com/opengeospatial/dev-ogc-org-sprint-landing-25.git gh-pages --squash || echo "Adding sprints/25"
9898
99+
- name: Add subtree 26
100+
run: |
101+
git subtree add --prefix sprints/26 https://github.com/opengeospatial/dev-ogc-org-sprint-landing-26.git gh-pages --squash || echo "Adding sprints/26"
102+
99103
- name: Add subtree sponsoring
100104
run: |
101105
git subtree add --prefix sprints/sponsoring https://github.com/opengeospatial/dev-sprint-sponsoring.git gh-pages --squash || echo "Adding sprints/sponsoring"

0 commit comments

Comments
 (0)