Skip to content

Commit c59d410

Browse files
committed
add missing descriptions
Signed-off-by: dartcafe <github@dartcafe.de>
1 parent c2cbc42 commit c59d410

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/actions/get-polls-version/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# SPDX-FileCopyrightText: 2022 Nextcloud contributors
22
# SPDX-License-Identifier: AGPL-3.0-or-later
33
name: Read polls version from info.xml
4+
description: 'Get app version from info.xml and compare it to tag name'
45
inputs:
56
skip-check:
67
description: Do not check tag against version

.github/actions/setup-composer/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# SPDX-FileCopyrightText: 2022 Nextcloud contributors
22
# SPDX-License-Identifier: AGPL-3.0-or-later
33
name: Setup composer and PHP
4+
description: 'Setup PHP environment and install composer dependencies with caching'
45
inputs:
56
php-version:
67
description: 'PHP version (default: 8.2)'

.github/actions/setup-node/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# SPDX-FileCopyrightText: 2022 Nextcloud contributors
22
# SPDX-License-Identifier: AGPL-3.0-or-later
33
name: Setup node and dependencies
4+
description: 'Setup node environment and install npm dependencies'
45
inputs:
56
node-version:
67
required: false

.github/actions/setup-server/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# SPDX-FileCopyrightText: 2022 Nextcloud contributors
22
# SPDX-License-Identifier: AGPL-3.0-or-later
33
name: Checkout and setup server
4+
description: 'Checkout Nextcloud server and app, setup PHP and install dependencies'
45
inputs:
56
server-version:
67
required: false

0 commit comments

Comments
 (0)