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 a3f1c13 commit e0f6e4bCopy full SHA for e0f6e4b
.github/workflows/ci-coverage-build.yml
@@ -29,7 +29,7 @@ jobs:
29
picknik_reset_fault_controller
30
31
vcs-repo-file-url: |
32
- https://raw.githubusercontent.com/${{ github.repository }}/${{ github.event.pull_request.head.sha || github.sha }}/picknik_controllers-not-released.${{ env.ROS_DISTRO }}.repos
+ https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/picknik_controllers-not-released.${{ env.ROS_DISTRO }}.repos
33
colcon-defaults: |
34
{
35
"build": {
0 commit comments