Skip to content

Commit

Permalink
Fix cloudfoundry workflow (#13290)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Feb 13, 2025
1 parent 083a797 commit 3e406a0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release-update-cloudfoundry-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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:
Expand Down

0 comments on commit 3e406a0

Please sign in to comment.