Fix cloudfoundry workflow (#13290)

This commit is contained in:
Trask Stalnaker 2025-02-13 10:01:06 -08:00 committed by GitHub
parent 083a797bd4
commit 3e406a0da7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 3 deletions

View File

@ -19,6 +19,11 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
# need to run this script before we switch branches
# since the script doesn't exist on the cloudfoundry branch
- name: Use CLA approved github bot
run: .github/scripts/use-cla-approved-github-bot.sh
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: 'cloudfoundry'
@ -39,9 +44,6 @@ jobs:
- name: display changes
run: git diff
- name: Use CLA approved bot
run: .github/scripts/use-cla-approved-bot.sh
- uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
id: otelbot-token
with: