Skip to content

Commit 873615a

Browse files
authored
Update remove-history.yaml
1 parent 2365235 commit 873615a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/remove-history.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- name: Git Log
2020
run: |
2121
echo "COMMIT_MSG=$(git log -1 --pretty=%B)" >> $GITHUB_ENV
22-
echo "${{ env.COMMIT_MSG }}"
22+
echo "${{ COMMIT_MSG }}"

0 commit comments

Comments
 (0)