mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-06 00:39:40 -06:00
/.github/workflows: use fork of petems/csv-to-md-table-action@master with upgraded node
This commit is contained in:
2
.github/workflows/import-perf.yaml
vendored
2
.github/workflows/import-perf.yaml
vendored
@@ -159,7 +159,7 @@ jobs:
|
||||
|
||||
- name: Create MD
|
||||
if: ${{ github.event.client_payload.issue_id }} != ""
|
||||
uses: petems/csv-to-md-table-action@master
|
||||
uses: dolthub/csv-to-md-table-action@v4
|
||||
id: md
|
||||
with:
|
||||
csvinput: ${{ steps.csv.outputs.content }}
|
||||
|
||||
2
.github/workflows/merge-perf.yaml
vendored
2
.github/workflows/merge-perf.yaml
vendored
@@ -189,7 +189,7 @@ jobs:
|
||||
|
||||
- name: Create MD
|
||||
if: ${{ github.event.client_payload.issue_id }} != ""
|
||||
uses: petems/csv-to-md-table-action@master
|
||||
uses: dolthub/csv-to-md-table-action@v4
|
||||
id: md
|
||||
with:
|
||||
csvinput: ${{ steps.csv.outputs.content }}
|
||||
|
||||
2
.github/workflows/sysbench-perf.yaml
vendored
2
.github/workflows/sysbench-perf.yaml
vendored
@@ -160,7 +160,7 @@ jobs:
|
||||
|
||||
- name: Create MD
|
||||
if: ${{ github.event.client_payload.issue_id }} != ""
|
||||
uses: petems/csv-to-md-table-action@master
|
||||
uses: dolthub/csv-to-md-table-action@v4
|
||||
id: md
|
||||
with:
|
||||
csvinput: ${{ steps.csv.outputs.content }}
|
||||
|
||||
Reference in New Issue
Block a user