Skip to content

Commit 254340a

Browse files
authored
Update workflow names and permissions formatting
1 parent 1a0a439 commit 254340a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update-from-main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: 🔄 Update from main
22

33
on:
4-
workflow_dispatch: 🖱️
4+
workflow_dispatch:
55

66
permissions:
7-
contents: write ✍️
7+
contents: write
88

99
jobs:
1010
update:
11-
name: 🚀 Merge main into target branch
12-
runs-on: ubuntu-latest 🐧
11+
name: ♻️ Merge main into target branch
12+
runs-on: ubuntu-latest
1313

1414
steps:
1515
- name: 📥 Checkout target branch

0 commit comments

Comments
 (0)