We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac193c6 commit 82346c5Copy full SHA for 82346c5
.github/workflows/cron.yml
@@ -49,7 +49,7 @@ jobs:
49
# If there is no last report and the check failed, create one.
50
# If there was a report, update it.
51
if: steps.issue.outputs.has-found == 'true' || steps.check.outcome == 'failure'
52
- uses: peter-evans/create-issue-from-file@v5
+ uses: peter-evans/create-issue-from-file@v6
53
with:
54
title: 🤖 Cron check (${{ steps.date.outputs.date }})
55
# Update an existing issue if one was found (issue-number),
0 commit comments