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 396d06b commit 06b3b0eCopy full SHA for 06b3b0e
.github/workflows/update-sources-next.yaml
@@ -25,7 +25,7 @@ jobs:
25
rm -fR upstream
26
git clone https://github.com/tektoncd/results upstream
27
pushd upstream
28
- git checkout -B release-v0.15.x origin/release-v0.15.x
+ git checkout -B release-v0.16.x origin/release-v0.16.x
29
popd
30
- name: Commit new changes
31
run: |
0 commit comments