Skip to content

Commit 22811d2

Browse files
Final polish: standardize YAML format to match repository conventions
Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com>
1 parent 79945e5 commit 22811d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync-version-branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Sync v12.0 -> v13.0
2-
'on':
2+
on:
33
push:
44
branches:
55
- 'v12.0'
@@ -23,4 +23,4 @@ jobs:
2323
resolve_conflicts: "false"
2424
git_committer_name: 'BenjaminMichaelisBot'
2525
git_committer_email: 'github@relay.benjamin.michaelis.net'
26-
github_token: ${{ secrets.GIT_PUSHTOKEN }}
26+
github_token: ${{ secrets.GIT_PUSHTOKEN }}

0 commit comments

Comments
 (0)