File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ jobs:
189189 echo "version=$VERSION" >> $GITHUB_OUTPUT
190190 echo "prior-version=$PRIOR_VERSION" >> $GITHUB_OUTPUT
191191
192- update-apidiff-baseline-to-released-version :
192+ post-release-updates :
193193 permissions :
194194 contents : write # for git push to PR branch
195195 runs-on : ubuntu-latest
@@ -256,8 +256,8 @@ jobs:
256256 # not using secrets.GITHUB_TOKEN since pull requests from that token do not run workflows
257257 GH_TOKEN : ${{ steps.otelbot-token.outputs.token }}
258258 run : |
259- message="Update apidiff baseline to released version $VERSION"
260- body="Update apidiff baseline to released version \ `$VERSION\ `."
259+ message="Post-release updates for $VERSION"
260+ body="Post-release updates for `$VERSION`."
261261 branch="otelbot/update-apidiff-baseline-to-released-version-${VERSION}"
262262
263263 git checkout -b $branch
You can’t perform that action at this time.
0 commit comments