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 2365235 commit 873615aCopy full SHA for 873615a
.github/workflows/remove-history.yaml
@@ -19,4 +19,4 @@ jobs:
19
- name: Git Log
20
run: |
21
echo "COMMIT_MSG=$(git log -1 --pretty=%B)" >> $GITHUB_ENV
22
- echo "${{ env.COMMIT_MSG }}"
+ echo "${{ COMMIT_MSG }}"
0 commit comments