Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
  • Loading branch information
scale-tone committed Oct 24, 2023
1 parent ae00344 commit f18b4ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions github-action/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ import { GitRepositoryInfo } from 'az-func-as-a-graph.core/dist/gitUtils';
async function run() {
try {

console.warn('>>>>>>>>>>>>>>>>');
console.warn(process.env.GITHUB_WORKSPACE);
console.warn('>>>>>>>>>>>>>>>>');

let projectFolder = core.getInput('projectFolder');
if (!projectFolder) {
projectFolder = process.env.GITHUB_WORKSPACE
Expand Down

0 comments on commit f18b4ea

Please sign in to comment.