mirror of
https://code.forgejo.org/pnpm/action-setup.git
synced 2025-05-16 12:04:45 +00:00
Rename install to install-pnpm
This commit is contained in:
parent
6fe65dc1af
commit
9a1617cf46
4 changed files with 3 additions and 3 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,11 +1,11 @@
|
|||
import { setFailed } from '@actions/core'
|
||||
import getInputs from './inputs'
|
||||
import setOutputs from './outputs'
|
||||
import install from './install'
|
||||
import installPnpm from './install-pnpm'
|
||||
|
||||
async function main() {
|
||||
const inputs = getInputs()
|
||||
await install(inputs)
|
||||
await installPnpm(inputs)
|
||||
console.log('Installation Completed!')
|
||||
setOutputs(inputs)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue