mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 07:26:25 +00:00
post: remove arrow
This commit is contained in:
parent
b93f2d337f
commit
9f057ae5b5
1 changed files with 1 additions and 1 deletions
2
post.js
2
post.js
|
@ -3,7 +3,7 @@ const fs = require('fs')
|
||||||
|
|
||||||
function rm(file) {
|
function rm(file) {
|
||||||
if (fs.existsSync(file)) {
|
if (fs.existsSync(file)) {
|
||||||
core.info(`==> Deleting "${file}" file`)
|
core.info(`Deleting "${file}" file`)
|
||||||
fs.unlinkSync(file)
|
fs.unlinkSync(file)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue