We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12d58c commit fff5823Copy full SHA for fff5823
.github/workflows/release-update-cloudfoundry-index.yml
@@ -22,7 +22,7 @@ jobs:
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
+ run: .github/scripts/use-cla-approved-bot.sh
26
27
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
with:
0 commit comments