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 1de3aa4 commit a3f1c13Copy full SHA for a3f1c13
.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?token=${{ secrets.GITHUB_TOKEN }}
+ https://raw.githubusercontent.com/${{ github.repository }}/${{ github.event.pull_request.head.sha || github.sha }}/picknik_controllers-not-released.${{ env.ROS_DISTRO }}.repos
33
colcon-defaults: |
34
{
35
"build": {
0 commit comments