mirror of
https://github.com/konpa/devicon.git
synced 2025-08-13 18:14:21 +02:00
Update many of the actions to their latest version (#1731)
* Update many of the actions to their latest version * Fix CodeQL action * Use the latest version for all images * Whoops * Use Ubuntu for the Peek Icons workflow * Fix Peek Icons action * Remove token * chore: apply suggestions from code review Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com> --------- Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
This commit is contained in:
2
.github/scripts/icomoon_peek.py
vendored
2
.github/scripts/icomoon_peek.py
vendored
@@ -5,7 +5,7 @@ from build_assets import filehandler, arg_getters, util
|
||||
def main():
|
||||
runner = None
|
||||
try:
|
||||
args = arg_getters.get_selenium_runner_args(peek_mode=True)
|
||||
args = arg_getters.get_selenium_runner_args(has_token=False, peek_mode=True)
|
||||
all_icons = filehandler.get_json_file_content(args.devicon_json_path)
|
||||
|
||||
# get only the icon object that has the name matching the pr title
|
||||
|
Reference in New Issue
Block a user