We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a8e02 commit 61ea5caCopy full SHA for 61ea5ca
1 file changed
.github/workflows/markdown_equations.yml
@@ -89,7 +89,7 @@ jobs:
89
timeout-minutes: 5
90
91
# Generate list of changed Markdown files:
92
- - name: 'Generate list of changed Markdown files'
+ - name: 'Find changed Markdown files'
93
run: |
94
echo "::set-output name=files::$(git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | grep .md | tr '\n' ' ')"
95
id: changed
@@ -102,7 +102,7 @@ jobs:
102
timeout-minutes: 15
103
104
# Update Markdown equation elements:
105
- - name: 'Update Markdown equation elements'
+ - name: 'Update equation elements'
106
107
make markdown-img-equations-files FILES="${{ steps.changed.outputs.files }}"
108
make markdown-img-equations-src-urls-files FILES="${{ steps.changed.outputs.files }}"
0 commit comments