fix: bug with incorrect action path (#1866)
Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
@@ -258,7 +258,7 @@ export async function run(): Promise<void> {
|
||||
core.info("Using GitHub's REST API to get changed files")
|
||||
if (process.env.GITHUB_ACTION_PATH) {
|
||||
await warnUnsupportedRESTAPIInputs({
|
||||
actionPath: process.env.GITHUB_ACTION_PATH,
|
||||
actionPath: path.join(process.env.GITHUB_ACTION_PATH, 'action.yml'),
|
||||
inputs
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user