Skip to content

Commit 6963833

Browse files
authored
Update verify-snapshot-mirror.yml
Too many 'r's in 'errror'
1 parent f37e2ba commit 6963833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-snapshot-mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
4242
missingfiles = repofiles - releasefiles
4343
if missingfiles:
44-
print(f"::errror title=Missing files in release {os.environ['NEWRELEASE'].rsplit('/', 1)[1]}::{", ".join(missingfiles)}")
44+
print(f"::error title=Missing files in release {os.environ['NEWRELEASE'].rsplit('/', 1)[1]}::{", ".join(missingfiles)}")
4545
sys.exit(1)

0 commit comments

Comments
 (0)