Skip to content

Commit

Permalink
[bot] update konflux configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
openshift-pipelines-bot authored and vdemeester committed Dec 13, 2024
1 parent 7478ad4 commit f3edce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-sources.main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
[bot] Update main from tektoncd/hub to ${NEW_COMMIT}
$ git diff --stat ${NEW_COMMIT}..${OLD_COMMIT}
$(cat /tmp/diff.txt | sed 's/^/ /' | head -c 100)
$(cat /tmp/diff.txt | sed 's/^/ /' | head -c 55555)
https://github.com/tektoncd/hub/compare/${NEW_COMMIT}..${OLD_COMMIT}
EOF
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-sources.next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
[bot] Update next from tektoncd/hub to ${NEW_COMMIT}
$ git diff --stat ${NEW_COMMIT}..${OLD_COMMIT}
$(cat /tmp/diff.txt | sed 's/^/ /' | head -c 100)
$(cat /tmp/diff.txt | sed 's/^/ /' | head -c 55555)
https://github.com/tektoncd/hub/compare/${NEW_COMMIT}..${OLD_COMMIT}
EOF
Expand Down

0 comments on commit f3edce6

Please sign in to comment.