Skip to content

Commit 37439c2

Browse files
committed
Update action metadata
Was originally cut-and-pasted from my pcolby/tap-summary action.
1 parent cf7021a commit 37439c2

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
## [1.0.0][] (2024-10-20)
4+
5+
Initial public release, with full support for installing [linuxdeploy], and the following optional plugins:
6+
7+
- `appimage`
8+
- `checkrt`
9+
- `conda`
10+
- `gstreamer`
11+
- `gtk`
12+
- `native_packages`
13+
- `ncurses`
14+
- `python`
15+
- `qt`
16+
17+
[1.0.0]: https://github.com/pcolby/install-linuxdeploy-action/releases/tag/v1.0.0
18+
19+
[linuxdeploy]: https://github.com/linuxdeploy/linuxdeploy

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# SPDX-FileCopyrightText: 2024 Paul Colby <[email protected]>
22
# SPDX-License-Identifier: MIT
33

4-
name: Summarize Test Results
4+
name: Install linuxdeploy
55

66
author: Paul Colby
77

8-
description: Summarise TAP (Test Anything Protocol) test results
8+
description: Install linuxdeploy, with optional plugins
99

1010
inputs:
1111
arch:

0 commit comments

Comments
 (0)