-
-
Notifications
You must be signed in to change notification settings - Fork 515
Closed
Description
If I have something like this:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
commit-message: "Update Daily $(date -u +'%B %d, %Y')"
title: "Update Daily $(date -u +'%B %d, %Y')"
body: Automated daily update.The substitution for the date does not work correctly.
I get this:

Which is clearly not intended.
How can I get this to work on a linux runner?
Metadata
Metadata
Assignees
Labels
No labels