We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf54fe9 commit b2644ffCopy full SHA for b2644ff
1 file changed
github_deploy/commands/_repo_utils.py
@@ -75,7 +75,7 @@ async def upload_content(
75
if current_content == base64_content:
76
click.echo(
77
click.style(
78
- f"Skipping {source} to {repo}/{dest}: No changes detected.",
+ f"Skipped uploading {source} to {repo}/{dest}: No changes detected.",
79
fg="yellow",
80
bold=True,
81
)
0 commit comments