Skip to content

Commit

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

core.info('>>>>>>>>>>>>>>>>');
core.info('INFO FROM TINO');
core.info(process.env.GITHUB_WORKSPACE);
core.info('>>>>>>>>>>>>>>>>');
core.info('INFO FROM TINO');

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

0 comments on commit c15733e

Please sign in to comment.