Skip to content

Commit

Permalink
for test
Browse files Browse the repository at this point in the history
  • Loading branch information
rosven9856 committed Aug 15, 2024
1 parent ebbbf98 commit e051f86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Action.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ public function run()

$GITHUB_OUTPUT = getenv('GITHUB_OUTPUT');

var_dump($GITHUB_OUTPUT);

Check failure on line 89 in src/Action.php

View workflow job for this annotation

GitHub Actions / psalm (8.3)

ForbiddenCode

src/Action.php:89:9: ForbiddenCode: Unsafe var_dump (see https://psalm.dev/002)
exit;

Check failure on line 90 in src/Action.php

View workflow job for this annotation

GitHub Actions / psalm (8.3)

ForbiddenCode

src/Action.php:90:9: ForbiddenCode: You have forbidden the use of exit (see https://psalm.dev/002)


$name = 'directory';

Check failure on line 93 in src/Action.php

View workflow job for this annotation

GitHub Actions / psalm (8.3)

UnevaluatedCode

src/Action.php:93:9: UnevaluatedCode: Expressions after return/throw/continue (see https://psalm.dev/084)
$value = (string) $this->configuration->get('build.directory');

Check failure on line 94 in src/Action.php

View workflow job for this annotation

GitHub Actions / psalm (8.3)

UnevaluatedCode

src/Action.php:94:9: UnevaluatedCode: Expressions after return/throw/continue (see https://psalm.dev/084)
Expand Down

0 comments on commit e051f86

Please sign in to comment.