Skip to content

Commit 985f47a

Browse files
committed
update.yml: shorter job name for check_latest_from_upstream:
Check upstream
1 parent 2563ece commit 985f47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
jobs:
2222
check_latest_from_upstream:
2323
runs-on: ubuntu-latest
24-
name: Check latest commits from upstream repo
24+
name: Check upstream
2525
outputs:
2626
NEW_COMMITS: ${{ steps.sync.outputs.has_new_commits }}
2727

0 commit comments

Comments
 (0)