Skip to content

Commit dda3236

Browse files
committed
Update step name of update-staging action
1 parent 17b45c3 commit dda3236

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'On Staging')
1313
steps:
1414
- uses: actions/checkout@v2
15-
- name: Merge by labeled
15+
- name: 🖇️ Merge current branch into staging
1616
uses: devmasx/merge-branch@v1.3.1
1717
with:
1818
type: now

0 commit comments

Comments
 (0)