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 5703189 commit 19e2130Copy full SHA for 19e2130
1 file changed
.github/workflows/package.yml
@@ -32,7 +32,8 @@ concurrency:
32
cancel-in-progress: true
33
jobs:
34
package:
35
- uses: jrl-umi3218/github-actions/.github/workflows/package-project.yml@master
+ #uses: jrl-umi3218/github-actions/.github/workflows/package-project.yml@master
36
+ uses: arntanguy/github-actions/.github/workflows/package-project.yml@jrl-release
37
with:
38
deps: '["jrl-umi3218/mc_rtc_ros", "jrl-umi3218/mc_openrtm", "jrl-umi3218/mc_udp", "jrl-umi3218/mc_panda", "jrl-umi3218/mc_state_observation"]'
39
with-ros: true
0 commit comments