Skip to content

Commit e23aa64

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

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
@@ -17,6 +17,8 @@ jobs:
1717
run: echo "{new_commit_count}={$(git log --oneline --since '24 hours ago' | wc -l)}" >> $GITHUB_OUTPUT
1818
- name: Debug
1919
run: echo "${{ needs.check-release.outputs.new_commit_count != '0' }} ${{ needs.check-release.outputs.new_commit_count}}"
20+
- name: Dir
21+
run: ls -la
2022
release:
2123
needs: check-release
2224
uses: ./.github/workflows/release.yml

0 commit comments

Comments
 (0)