feat: add matrix alias to simplify using outputs for matrix jobs (#1975)

Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
Tonye Jack
2024-03-08 18:20:45 -07:00
committed by GitHub
parent fe6c3ea0ca
commit 008ba8ceec
8 changed files with 520 additions and 9 deletions

View File

@@ -681,7 +681,7 @@ export const isInsideWorkTree = async ({
)
if (stdout.trim() !== 'true') {
core.debug(
core.warning(
`The current working directory is not inside a git repository: ${cwd}`
)
}