Skip to content

Commit

Permalink
attempt to fix daily.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Jan 24, 2025
1 parent aea1648 commit e23aa64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run: echo "{new_commit_count}={$(git log --oneline --since '24 hours ago' | wc -l)}" >> $GITHUB_OUTPUT
- name: Debug
run: echo "${{ needs.check-release.outputs.new_commit_count != '0' }} ${{ needs.check-release.outputs.new_commit_count}}"
- name: Dir
run: ls -la
release:
needs: check-release
uses: ./.github/workflows/release.yml
Expand Down

0 comments on commit e23aa64

Please sign in to comment.