We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01b276 commit c56ce37Copy full SHA for c56ce37
.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
87
run: |
88
# If this is not the first of the month, stop here.
89
if [[ $(date -u +%d) != "01" ]]; then
90
- echo "Only creating PR on the first of each month."
+ echo "It's not the first of a month, so there will be no PR."
91
exit 0
92
fi
93
# Create commit
0 commit comments