[tooling] Use correct branch for git setup in Cloudfoundry action (#9219)

This commit is contained in:
Tyler Benson 2023-08-16 11:47:40 -04:00 committed by GitHub
parent 82118868bf
commit 25df3d5c08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -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