Files
scripts/.github/workflows/test7.yml
dependabot[bot] dac0bc730c Bump actions/checkout from 3 to 4 (#56)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-30 09:20:38 +01:00

24 lines
920 B
YAML

name: JSON to readme
on:
workflow_dispatch:
workflow_call:
jobs:
Stop:
name: "Merge artifacts"
runs-on: Linux
steps:
- name: Checkout Armbian OS repo
uses: actions/checkout@v4
- name: Read/Write data into README
uses: eddiejaoude/github-actions-reader-writer@v0.1
with:
json-file-path: 'merged.json'
github-token: ${{ secrets.ACCESS_TOKEN }}
columns: 1
object-field-names: '[ "started", "board_name", "board_slug", "board_slug", "u-boot", "kernel" , "iperf" , "sevenzip" , "armbian_monitor", "kernel_target", "repository" ]'
html-cell: '<td align="left"><a id={{ board_slug }} href=#{{ board_slug }}>{{ board_name }}</a></td><td align=left>{{ armbian_monitor }}</td><td align=right>{{ kernel_target }}</td><td align=right>{{ iperf }}</td><td align=right>{{ sevenzip }}</td><td align=right>{{ repository }}</td>'