Skip to content

Commit

Permalink
fjerne fromJson
Browse files Browse the repository at this point in the history
  • Loading branch information
torhakon committed Aug 29, 2024
1 parent 92960cf commit c762cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ciStaticCodeValidation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
prettierPathsToValidate ="${prettier_diffed_files_to_lint[@]}"
eslintPathsToValidate="${eslint_diffed_files_to_lint[@]}"
echo "codeAnalyzer_json=$codeAnalyzer_json" >> $GITHUB_ENV
sfCodeAnalyzerPathToValidate=$codeAnalyzer_json" >> $GITHUB_ENV
fi
echo "prettierPathsToValidate=$prettierPathsToValidate" >> $GITHUB_OUTPUT
echo "eslintPathsToValidate=$eslintPathsToValidate" >> $GITHUB_OUTPUT
echo "codeAnalyzer_json=$codeAnalyzer_json" >> $GITHUB_OUTPUT
echo "sfCodeAnalyzerPathToValidate=${{ fromJson(env.codeAnalyzer_json) }}" >> $GITHUB_OUTPUT
echo "sfCodeAnalyzerPathToValidate=sfCodeAnalyzerPathToValidate" >> $GITHUB_OUTPUT
- uses: navikt/sf-platform/.github/actions/prettierCheck@main
with:
Expand Down

0 comments on commit c762cff

Please sign in to comment.