Skip to content

Commit

Permalink
intentional error in action for bot testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
jvJUCA committed Jun 3, 2024
1 parent 2fa93c3 commit 79cc636
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ishikawa_tools/ishikawa_tools_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ def generate_scatter_diagram_report(repo_owner, repo_name, github_token):
plt.savefig('./ishikawa_tools/output/scatter.pdf')

def main():
github_token = os.getenv('TOKEN')
username = os.getenv('USER')
repository_name = os.getenv('PROJECT')
github_token = os.getenv('TOKENXXX')
username = os.getenv('USERXXX')
repository_name = os.getenv('PROJECTXXX')

if not all([github_token, username, repository_name]):
print("One or more environment variables are missing.")
Expand Down

0 comments on commit 79cc636

Please sign in to comment.