We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396b84a commit c5e7ed4Copy full SHA for c5e7ed4
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
steps:
58
- name: Checkout to cli-core repo
59
- uses: actions/checkout@v2
60
- run: |
+ - run: |
61
git pull
62
npm install
63
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments