Skip to content

Commit

Permalink
ci: Fix revision of generator is empty when scheduled
Browse files Browse the repository at this point in the history
  • Loading branch information
YDX-2147483647 authored Mar 26, 2024
1 parent a9e1210 commit baed508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-best-of-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,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@${{ inputs.generator }}"
run: pip install "best-of @ git+https://github.com/YDX-2147483647/best-of-generator.git@${{ inputs.generator || 'best-of-bits' }}"
- name: Update best-of list
run: >-
best-of generate projects.yaml
Expand Down

0 comments on commit baed508

Please sign in to comment.