Skip to content

Commit

Permalink
Merge branch 'main' into create-pull-request/patch-for-issue-187
Browse files Browse the repository at this point in the history
  • Loading branch information
YDX-2147483647 authored Mar 4, 2024
2 parents 82f90b3 + 0fcdfac commit 6640066
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/update-best-of-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ on:
version:
description: "Version to use for this update"
required: false
generator:
description: "Git ref of best-of generator, such as a branch name"
# pip documentation on VSC support: https://pip.pypa.io/en/stable/topics/vcs-support/#git
required: true
default: "best-of-bits"
type: string

schedule:
- cron: "0 1 26 * *"

Expand All @@ -30,7 +37,7 @@ jobs:
git fetch --tags --force
git show-ref --tags --verify --quiet -- "refs/tags/${{ env.VERSION }}" && echo "VERSION=$(date '+%Y.%m.%d-%H.%M')" >> $GITHUB_ENV || exit 0
- name: Install best-of generator
run: pip install "best-of @ git+https://github.com/YDX-2147483647/best-of-generator.git@best-of-bits"
run: pip install "best-of @ git+https://github.com/YDX-2147483647/best-of-generator.git@${{ inputs.generator }}"
- name: Update best-of list
run: >-
best-of generate projects.yaml
Expand Down

0 comments on commit 6640066

Please sign in to comment.