Skip to content

Commit a07c8fc

Browse files
release(.github): remove dry-run flag (#361)
1 parent ea24f93 commit a07c8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-to-cdn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
RCLONE_CONFIG_TARGET_ENV_AUTH: true
2525
RCLONE_CONFIG_TARGET_ACL: public-read
2626
run: |
27-
rclone sync build/ target:$BUCKET_NAME --checksum --fast-list --verbose --dry-run
27+
rclone sync build/ target:$BUCKET_NAME --checksum --fast-list --verbose

0 commit comments

Comments
 (0)