[tooling] Use correct branch for git setup in Cloudfoundry action (#9219)
This commit is contained in:
parent
82118868bf
commit
25df3d5c08
|
@ -17,6 +17,11 @@ jobs:
|
|||
update-cloudfoundry-index-yml:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Use CLA approved github bot
|
||||
run: .github/scripts/use-cla-approved-github-bot.sh
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: 'cloudfoundry'
|
||||
|
@ -35,9 +40,6 @@ jobs:
|
|||
- name: display changes
|
||||
run: git diff
|
||||
|
||||
- name: Use CLA approved github bot
|
||||
run: .github/scripts/use-cla-approved-github-bot.sh
|
||||
|
||||
- name: create pr with repo changes
|
||||
run: |
|
||||
git add index.yml
|
||||
|
|
Loading…
Reference in New Issue