mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-22 22:06:42 +00:00
run main function
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
81f74c5925
commit
b635f35c0f
2
index.js
2
index.js
@ -2,6 +2,7 @@ const core = require('@actions/core')
|
|||||||
const github = require('@actions/github')
|
const github = require('@actions/github')
|
||||||
const fs = require('fs')
|
const fs = require('fs')
|
||||||
|
|
||||||
|
run();
|
||||||
async function run() {
|
async function run() {
|
||||||
try {
|
try {
|
||||||
console.log(`CWD: ${process.cwd()}`)
|
console.log(`CWD: ${process.cwd()}`)
|
||||||
@ -138,3 +139,4 @@ async function commitChanges(filePath) {
|
|||||||
console.error('Error committing changes:', error);
|
console.error('Error committing changes:', error);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user