Removing npm install step.
This commit is contained in:
@@ -16,13 +16,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: main
|
ref: main
|
||||||
|
|
||||||
- name: Install dependencies for ansi-to-html
|
|
||||||
uses: bahmutov/npm-install@v1
|
|
||||||
with:
|
|
||||||
working-directory: ./path/to/actions-ansi-to-html
|
|
||||||
useLockFile: true
|
|
||||||
install-command: npm ci --silent
|
|
||||||
|
|
||||||
- name: Generate system info (ANSI preserved)
|
- name: Generate system info (ANSI preserved)
|
||||||
id: gen-sysinfo
|
id: gen-sysinfo
|
||||||
uses: appleboy/ssh-action@v1.2.3
|
uses: appleboy/ssh-action@v1.2.3
|
||||||
|
|||||||
Reference in New Issue
Block a user