Skip to content

Commit aea1648

Browse files
committed
attempt to fix daily.yml
1 parent 304e8a3 commit aea1648

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/daily.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
- name: Get new commits
1616
id: get_commits
1717
run: echo "{new_commit_count}={$(git log --oneline --since '24 hours ago' | wc -l)}" >> $GITHUB_OUTPUT
18+
- name: Debug
19+
run: echo "${{ needs.check-release.outputs.new_commit_count != '0' }} ${{ needs.check-release.outputs.new_commit_count}}"
1820
release:
1921
needs: check-release
2022
uses: ./.github/workflows/release.yml

0 commit comments

Comments
 (0)