Skip to content

Commit e08b29f

Browse files
committed
Drop the superfluous -action
1 parent 7163515 commit e08b29f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Initial public release, with full support for installing [linuxdeploy], and the
1818
- `python`
1919
- `qt`
2020

21-
[1.0.1]: https://github.com/pcolby/install-linuxdeploy-action/releases/tag/v1.0.1
22-
[1.0.0]: https://github.com/pcolby/install-linuxdeploy-action/releases/tag/v1.0.0
21+
[1.0.1]: https://github.com/pcolby/install-linuxdeploy/releases/tag/v1.0.1
22+
[1.0.0]: https://github.com/pcolby/install-linuxdeploy/releases/tag/v1.0.0
2323

2424
[linuxdeploy]: https://github.com/linuxdeploy/linuxdeploy

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# `install-linuxdeploy-action`
1+
# Install linuxdeploy
22

3-
[![CI](https://github.com/pcolby/install-linuxdeploy-action/actions/workflows/ci.yaml/badge.svg?branch=main)](
4-
https://github.com/pcolby/pcolby/install-linuxdeploy-action/actions/workflows/ci.yaml)
3+
[![CI](https://github.com/pcolby/install-linuxdeploy/actions/workflows/ci.yaml/badge.svg?branch=main)](
4+
https://github.com/pcolby/pcolby/install-linuxdeploy/actions/workflows/ci.yaml)
55

66
GitHub Action for installing [linuxdeploy] with optional plugins.
77

88
## Usage
99

1010
```yaml
11-
- uses: pcolby/install-linuxdeploy-action@v1
11+
- uses: pcolby/install-linuxdeploy@v1
1212
```
1313
1414
## Options
@@ -54,7 +54,7 @@ version.
5454

5555
```yaml
5656
- name: Install linuxdeploy
57-
uses: pcolby/install-linuxdeploy-action@v1
57+
uses: pcolby/install-linuxdeploy@v1
5858
with:
5959
arch: x86_64
6060
dir: ${{ runner.temp }}/linuxdeploy

0 commit comments

Comments
 (0)