Skip to content

Commit

Permalink
Update variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
saadmk11 committed Apr 8, 2021
1 parent 4e353da commit 7625908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,9 @@ def print_message(message, message_type=None):
print_message('Update GitHub Actions', message_type='group')

# Initialize GitHubActionsVersionUpdater
updater = GitHubActionsVersionUpdater(
actions_version_updater = GitHubActionsVersionUpdater(
repository, base_branch, token, ignore_actions=ignore
)
updater.run()
actions_version_updater.run()

print_message('', message_type='endgroup')

0 comments on commit 7625908

Please sign in to comment.