File tree Expand file tree Collapse file tree 4 files changed +14
-16
lines changed Expand file tree Collapse file tree 4 files changed +14
-16
lines changed Original file line number Diff line number Diff line change 5
5
workflow_dispatch :
6
6
7
7
jobs :
8
- keep_alive :
9
- runs-on : ubuntu-latest
10
- steps :
11
- - uses : actions/checkout@v4
12
- with :
13
- # we don't want the dummy commit to appear on a branch we actively use
14
- # the dummy commit are going to be applied to the _keepalive branch
15
- ref : _keepalive
16
- - uses : gautamkrishnar/keepalive-workflow@v1
8
+ keep-alive :
9
+ uses : canonical/robotics-actions-workflows/.github/workflows/keepalive.yaml@main
10
+ with :
11
+ workflow_files : " ./monthly.yaml"
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
main-snap :
9
- uses : ubuntu-robotics /snap_configuration/.github/workflows/snap.yaml@main
9
+ uses : canonical /snap_configuration/.github/workflows/snap.yaml@main
10
10
with :
11
11
branch-name : " main"
12
12
howto-pull-configuration-snap :
13
- uses : ubuntu-robotics /snap_configuration/.github/workflows/snap.yaml@howto/pull_configuration_from_a_server
13
+ uses : canonical /snap_configuration/.github/workflows/snap.yaml@howto/pull_configuration_from_a_server
14
14
with :
15
15
branch-name : " howto/pull_configuration_from_a_server"
16
16
howto-content-configuration-snap :
17
- uses : ubuntu-robotics /snap_configuration/.github/workflows/snap.yaml@howto/content_sharing_configuration_snap
17
+ uses : canonical /snap_configuration/.github/workflows/snap.yaml@howto/content_sharing_configuration_snap
18
18
howto-overwritable-configuration-snap :
19
- uses : ubuntu-robotics /snap_configuration/.github/workflows/snap.yaml@howto/overwritable_configuration
19
+ uses : canonical /snap_configuration/.github/workflows/snap.yaml@howto/overwritable_configuration
20
20
with :
21
21
branch-name : " howto/overwritable_configuration"
Original file line number Diff line number Diff line change 16
16
17
17
jobs :
18
18
main-snap :
19
- uses : ubuntu-robotics/snap_workflows /.github/workflows/snap.yaml@main
19
+ uses : canonical/robotics-actions-workflows /.github/workflows/snap.yaml@main
20
20
with :
21
- branch-name : ${{ inputs.branch-name == '' && github.ref || inputs.branch-name }}
22
- snap-name : my-ros2-teleop-test
21
+ git-ref : ${{ inputs.branch-name == '' && github.ref || inputs.branch-name }}
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ name: my-ros2-teleop-test
2
2
base : core22
3
3
version : ' 0.1'
4
4
summary : ROS 2 teleop test snap
5
+ license : GPL-3.0
6
+
7
+ source-code : https://github.com/canonical/snap_configuration/
8
+ issues : https://github.com/canonical/snap_configuration/issues
5
9
description : |
6
10
ROS 2 teleop test snap getting configured
7
11
You can’t perform that action at this time.
0 commit comments