We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ffe37d commit 68e0862Copy full SHA for 68e0862
.github/workflows/update-cdk-apis-and-cli-help.yml
@@ -32,8 +32,6 @@ jobs:
32
persist-credentials: false
33
34
# Angular CDK
35
- - name: Create Branch
36
- run: git checkout -b tmp-cdk-docs-update ${{ github.ref }}
37
- name: Generate CDK apis
38
run: node adev/scripts/update-cdk-apis/index.mjs
39
env:
@@ -60,10 +58,9 @@ jobs:
60
58
Updated Angular CDK api files.
61
59
62
# Angular CLI
63
+ - name: Reset to current GitHub ref
64
run: |
65
- git reset --hard HEAD
66
- git checkout -b tmp-cli-docs-update ${{ github.ref }}
+ git reset --hard ${{ github.ref }}
67
- name: Generate CLI help
68
run: node adev/scripts/update-cli-help/index.mjs
69
0 commit comments