Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dfederschmidt committed Oct 1, 2024
1 parent 6887bbc commit 894c36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/tests/run_on_changed_playbooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def main():
parser = argparse.ArgumentParser(description="Get changed JSON or Python files in the root directory without extensions compared to a base branch")

# Add an argument for the base branch
parser.add_argument('--base_branch', type=str, help='The base branch to compare against')
parser.add_argument('--base-branch', type=str, help='The base branch to compare against')
parser.add_argument('--robot-path', type=str, help='Path of the robot test suite')

# Parse the arguments
Expand Down

0 comments on commit 894c36c

Please sign in to comment.