ci: update step name in workflow (#61393)

This was named incorrectly.

PR Close #61393
This commit is contained in:
Alan Agius
2025-05-16 07:56:46 +00:00
committed by Jessica Janiuk
parent 648d42fe65
commit 337c7b8955
@@ -65,7 +65,7 @@ jobs:
run: node adev/scripts/update-cli-help/index.mjs
env:
ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN: ${{ secrets.ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN }}
- name: Create a PR CDK apis (if necessary)
- name: Create a PR CLI help (if necessary)
uses: peter-evans/create-pull-request@v7.0.8 # v7.0.8
with:
token: ${{ secrets.ANGULAR_ROBOT_ACCESS_TOKEN }}