Skip to content

Commit 61ea5ca

Browse files
committed
Update name
1 parent 79a8e02 commit 61ea5ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/markdown_equations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
timeout-minutes: 5
9090

9191
# Generate list of changed Markdown files:
92-
- name: 'Generate list of changed Markdown files'
92+
- name: 'Find changed Markdown files'
9393
run: |
9494
echo "::set-output name=files::$(git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | grep .md | tr '\n' ' ')"
9595
id: changed
@@ -102,7 +102,7 @@ jobs:
102102
timeout-minutes: 15
103103

104104
# Update Markdown equation elements:
105-
- name: 'Update Markdown equation elements'
105+
- name: 'Update equation elements'
106106
run: |
107107
make markdown-img-equations-files FILES="${{ steps.changed.outputs.files }}"
108108
make markdown-img-equations-src-urls-files FILES="${{ steps.changed.outputs.files }}"

0 commit comments

Comments
 (0)