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 2727 ref : ' cloudfoundry'
2828
2929 - name : create working branch
30- run : git checkout -b cloudfoundry-${{ github.run_number }}-${{ github.run_attempt }}
30+ run : git checkout -b opentelemetrybot/ cloudfoundry-${{ github.run_number }}-${{ github.run_attempt }}
3131
3232 - run : sudo apt-get install jq python3-pip
3333 - run : pip install yq
4848 exit 0
4949 fi
5050 git commit -m "Updated index.yml"
51- git push --set-upstream origin cloudfoundry-${{ github.run_number }}-${{ github.run_attempt }}
51+ git push --set-upstream origin opentelemetrybot/ cloudfoundry-${{ github.run_number }}-${{ github.run_attempt }}
5252 gh pr create --base cloudfoundry \
53- --head cloudfoundry-${{ github.run_number }}-${{ github.run_attempt }} \
53+ --head opentelemetrybot/ cloudfoundry-${{ github.run_number }}-${{ github.run_attempt }} \
5454 --title 'Release updates for Cloudfoundry Repo' \
5555 --body '[Created by Github action]'
5656 env :
You can’t perform that action at this time.
0 commit comments