Skip to content

Commit

Permalink
update safe directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednfwela committed Feb 16, 2024
1 parent 7c6238b commit 5694ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Run pana
id: pana-run
run: |
git config --global --add safe.directory '*'
git config --system --add safe.directory '*'
echo "PANA_OUTPUT<<EOF" >> $GITHUB_ENV
dart pub global run pana --no-warning --exit-code-threshold 130 >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
Expand Down

0 comments on commit 5694ce8

Please sign in to comment.