Skip to content

Commit 1290d35

Browse files
committed
Updates search path for GitHub Actions configuration files.
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 1a14ecc commit 1290d35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Command/InstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ private function createGitHubActionWorkflows(): void
131131
{
132132
$finder = Finder::create()
133133
->files()
134-
->in($this->getAbsolutePath('resources/github-actions'))
134+
->in($this->getConfigFile('resources/github-actions'))
135135
->name('*.yml');
136136

137137
foreach ($finder as $file) {

0 commit comments

Comments
 (0)