Skip to content

Commit

Permalink
Merge pull request #148 from kachick/logging-collect-sincelastcommit
Browse files Browse the repository at this point in the history
Add logger for actuall collect days
  • Loading branch information
pankona authored Jun 14, 2023
2 parents 4f92a77 + 16223be commit 75ad667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify_long_time_no_see.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
cd tmp/head
days="$(sincelastcommit)"
echo "SINCE_LAST_COMMIT=${days}" >> $GITHUB_ENV
echo "SINCE_LAST_COMMIT=${days}" | tee -a "$GITHUB_ENV"
- name: Slack Notification
if: env.SINCE_LAST_COMMIT >= 7 && github.event_name != 'pull_request'
uses: rtCamp/action-slack-notify@v2
Expand Down

0 comments on commit 75ad667

Please sign in to comment.