Skip to content

Commit 3e406a0

Browse files
authored
Fix cloudfoundry workflow (#13290)
1 parent 083a797 commit 3e406a0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/release-update-cloudfoundry-index.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121

22+
# need to run this script before we switch branches
23+
# since the script doesn't exist on the cloudfoundry branch
24+
- name: Use CLA approved github bot
25+
run: .github/scripts/use-cla-approved-github-bot.sh
26+
2227
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2328
with:
2429
ref: 'cloudfoundry'
@@ -39,9 +44,6 @@ jobs:
3944
- name: display changes
4045
run: git diff
4146

42-
- name: Use CLA approved bot
43-
run: .github/scripts/use-cla-approved-bot.sh
44-
4547
- uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
4648
id: otelbot-token
4749
with:

0 commit comments

Comments
 (0)