Skip to content

Commit 90acdbe

Browse files
committed
ci(workflows): standardize dispatch UI text across fleet
Three small UI tweaks for consistency with the rest of the fleet: - provenance.yml: `name:` → `📦 Publish to npm`. Every fleet repo now reads the same in the Actions sidebar. - weekly-update.yml: `name: 🔄 Weekly Dependency Update` → `🔄 Weekly Update`. The workflow has grown beyond dep updates (lockstep sweeps, security advisories, cascade housekeeping). - provenance.yml dry-run input description: long paragraph → `Dry run (--dry-run on npm publish, default: true)`. The previous text wrapped to 3+ lines in the dispatch popover and buried the actual default behavior. No behavior change — pure display strings.
1 parent 17396a2 commit 90acdbe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 📦 Publish
1+
name: 📦 Publish to npm
22

33
# Dependencies:
44
# - SocketDev/socket-registry/.github/workflows/provenance.yml

.github/workflows/weekly-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 🔄 Weekly Dependency Update
1+
name: 🔄 Weekly Update
22

33
on:
44
schedule:

0 commit comments

Comments
 (0)