Skip to content

Commit e0f6e4b

Browse files
committed
Re-reading the github.sha coverage, I think that was fine and the actual 404 issue was the deprecated appended token syntax
1 parent a3f1c13 commit e0f6e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-coverage-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
picknik_reset_fault_controller
3030

3131
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
32+
https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/picknik_controllers-not-released.${{ env.ROS_DISTRO }}.repos
3333
colcon-defaults: |
3434
{
3535
"build": {

0 commit comments

Comments
 (0)