We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083a797 commit 3e406a0Copy full SHA for 3e406a0
.github/workflows/release-update-cloudfoundry-index.yml
@@ -19,6 +19,11 @@ jobs:
19
steps:
20
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
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
+
27
28
with:
29
ref: 'cloudfoundry'
@@ -39,9 +44,6 @@ jobs:
39
44
- name: display changes
40
45
run: git diff
41
46
42
- - name: Use CLA approved bot
43
- run: .github/scripts/use-cla-approved-bot.sh
-
47
- uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
48
id: otelbot-token
49
0 commit comments