We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
check_latest_from_upstream
1 parent 4d0e16c commit 6168583Copy full SHA for 6168583
.github/workflows/update.yml
@@ -21,7 +21,7 @@ env:
21
jobs:
22
check_latest_from_upstream:
23
runs-on: ubuntu-latest
24
- name: Check latest commits from upstream repo
+ name: Check upstream
25
outputs:
26
NEW_COMMITS: ${{ steps.sync.outputs.has_new_commits }}
27
0 commit comments