Skip to content

Commit

Permalink
Merge branch 'fix/security'
Browse files Browse the repository at this point in the history
  • Loading branch information
ebouchut committed Jul 18, 2024
2 parents 73e75e9 + 944fa1f commit 5be9153
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/add_identifiers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
TABLE_PRINTER_PATH=$(ruby -e 'puts Gem::Specification.find_by_name("fastlane").gem_dir')/match/lib/match/table_printer.rb
if [ -f "$TABLE_PRINTER_PATH" ]; then
sed -i "" "/puts(Terminal::Table.new(params))/d" "$TABLE_PRINTER_PATH"
cat $TABLE_PRINTER_PATH
else
echo "table_printer.rb not found"
exit 1
Expand Down

0 comments on commit 5be9153

Please sign in to comment.