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.
2 parents 07ad9ee + c56ce37 commit 3fe5072Copy full SHA for 3fe5072
.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