Skip to content

Commit

Permalink
Update entrypoint.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JoMaZu787 authored Jul 4, 2024
1 parent b41c54f commit 7135b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def change_directory(repository_root, workdir):
directory = os.path.join(repository_root, workdir)
# Change directory to workir
if not os.path.exists(directory):
print("::error::Specified workdir is not exists.")
print(f"::error::Specified workdir '{directory}' does not exist.")
exit(1)
os.chdir(directory)

Expand Down

0 comments on commit 7135b20

Please sign in to comment.