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 172f232 commit ae0ef94Copy full SHA for ae0ef94
.github/workflows/update-sources-release-v1.21.x.yaml
@@ -25,7 +25,7 @@ jobs:
25
rm -fR upstream
26
git clone https://github.com/tektoncd/hub upstream
27
pushd upstream
28
- git checkout -B release-v1.22.3 origin/release-v1.22.3
+ git checkout -B release-v1.23.0 origin/release-v1.23.0
29
popd
30
- name: Commit new changes
31
run: |
0 commit comments