parent
0d27eba2b7
commit
5d804ff512
5 changed files with 400 additions and 210 deletions
2
post.js
2
post.js
|
|
@ -5,9 +5,11 @@ const core = require('@actions/core')
|
|||
const glob = require('@actions/glob')
|
||||
const config = require('./config')
|
||||
const { getFolderSize } = require('./util')
|
||||
const process = require('node:process');
|
||||
|
||||
async function run() {
|
||||
await saveCaches()
|
||||
process.exit(0)
|
||||
}
|
||||
|
||||
async function saveCaches() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue