Skip to content

Commit 98a098f

Browse files
Text changes
1 parent fcd2cd1 commit 98a098f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/fork-sync.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ on:
1010
# workflow_dispatch: # on button click
1111

1212
jobs:
13-
repo-sync:
13+
fork-sync:
14+
name: Synchronize fork with upstream
1415
runs-on: ubuntu-latest
1516
steps:
1617
- uses: actions/checkout@v4
1718
with:
1819
persist-credentials: false
19-
- name: repo-sync
20+
name: sync branch with upstream
2021
uses: repo-sync/github-sync@v2
2122
with:
2223
source_repo: "splunk/public-o11y-docs"

0 commit comments

Comments
 (0)