Skip to content

Commit

Permalink
add warning message of known checkout bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gmichelo committed Jul 5, 2024
1 parent e9d8ebd commit fb56bf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ const version = 'v2'

export async function run(): Promise<void> {
try {
core.warning(
`nscloud-checkout-action@v2 does not support further checkout action calls in the same workflow. Upgrade to the latest version.`
)
const config = parseInputConfig()

const gitMirrorPath = process.env.NSC_GIT_MIRROR
Expand Down

0 comments on commit fb56bf4

Please sign in to comment.