Skip to content

Commit f92e40d

Browse files
Merge pull request #30 from canonical/fix/branch-name
fix(branch-name): change branch names
2 parents ab58c1b + 96ee6c8 commit f92e40d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/monthly.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
with:
1111
branch-name: "main"
1212
howto-pull-configuration-snap:
13-
uses: canonical/snap_configuration/.github/workflows/snap.yaml@howto/pull_configuration_from_a_server
13+
uses: canonical/snap_configuration/.github/workflows/snap.yaml@how-to/pull_configuration_from_a_server
1414
with:
1515
branch-name: "howto/pull_configuration_from_a_server"
1616
howto-content-configuration-snap:
17-
uses: canonical/snap_configuration/.github/workflows/snap.yaml@howto/content_sharing_configuration_snap
17+
uses: canonical/snap_configuration/.github/workflows/snap.yaml@how-to/content_sharing_configuration_snap
1818
howto-overwritable-configuration-snap:
19-
uses: canonical/snap_configuration/.github/workflows/snap.yaml@howto/overwritable_configuration
19+
uses: canonical/snap_configuration/.github/workflows/snap.yaml@how-to/overwritable_configuration
2020
with:
2121
branch-name: "howto/overwritable_configuration"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Reusing the same snap means that we must be able to configure the snap to the sp
66
This repository is hosting examples of the ROS snap configuration how-to-guides from the [ubuntu.com/robotics/docs](ubuntu.com/robotics/docs).
77

88
The repository consists of multiple branches:
9-
- [main](https://github.com/ubuntu-robotics/snap_configuration/tree/main), the starting point of the how-to-guides
10-
- [pull configuration from a server](https://github.com/ubuntu-robotics/snap_configuration/tree/howto/pull_configuration_from_a_server)
11-
- [content configuration snap](https://github.com/ubuntu-robotics/snap_configuration/tree/howto/content_sharing_configuration_snap)
12-
- [overwritable configuration](https://github.com/ubuntu-robotics/snap_configuration/tree/howto/overwritable_configuration)
9+
- [main](https://github.com/canonical/snap_configuration/tree/main), the starting point of the how-to-guides
10+
- [pull configuration from a server](https://github.com/canonical/snap_configuration/tree/how-to/pull_configuration_from_a_server)
11+
- [content configuration snap](https://github.com/canonical/snap_configuration/tree/how-to/content_sharing_configuration_snap)
12+
- [overwritable configuration](https://github.com/canonical/snap_configuration/tree/how-to/overwritable_configuration)

0 commit comments

Comments
 (0)