Skip to content

Commit 79ad11c

Browse files
xnotoclaude
andauthored
ci: rename workflow to deploy with lowercase name (#7)
Renames the workflow file from `workflow.yml` to `deploy.yml` and the top-level `name:` from `Upload Website to S3` to `deploy` so the Actions pane uses lowercase, coder-friendly naming. The workflow's actual job (S3 sync + Cloudflare cache purge) is unchanged. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 34dabe9 commit 79ad11c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# https://github.com/marketplace/actions/s3-sync
33
#
4-
name: Upload Website to S3
4+
name: deploy
55
on:
66
push:
77
branches:

0 commit comments

Comments
 (0)