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?
If I have something like this:
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?