mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-25 15:22:59 +00:00
2
index.js
2
index.js
@@ -2,6 +2,7 @@ const core = require('@actions/core')
|
||||
const github = require('@actions/github')
|
||||
const fs = require('fs')
|
||||
|
||||
run();
|
||||
async function run() {
|
||||
try {
|
||||
console.log(`CWD: ${process.cwd()}`)
|
||||
@@ -138,3 +139,4 @@ async function commitChanges(filePath) {
|
||||
console.error('Error committing changes:', error);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user