installer-action icon indicating copy to clipboard operation
installer-action copied to clipboard

A GithubAction to upload github releases automatically into the REDAXO installer

Results 31 installer-action issues
Sort by recently updated
recently updated
newest added

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.3 to 4.9.4. Release notes Sourced from typescript's releases. TypeScript 4.9.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies
javascript

beim verwenden der action erscheint eine warning ``` Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout@v2 ``` siehe...

**Feature description / Feature Beschreibung** Ggf. Könnte die action einen parameter haben mit dem man einstellen kann, ob neue releases auf Twitter gepostet werden (ähnlich dem [phpstan release bot](https://twitter.com/phpstan/status/1566051851958640640?s=20&t=8XifD68nx2BuD37SXM5NNA)) Nur...

aktuell muss man immer manuell die versionnr in der package.yml erhöhen. das kann man schnell vergessen und dann sind im installer mehrere downloads mit identischer versions nummern angabe optimal fände...

Readme bzgl. Secrets etwas etwas genauer beschrieben.

Bumps the runtime-dependencies group with 3 updates: [archiver](https://github.com/archiverjs/node-archiver), [axios](https://github.com/axios/axios) and [yaml](https://github.com/eemeli/yaml). Updates `archiver` from 7.0.0 to 7.0.1 Release notes Sourced from archiver's releases. 7.0.1 What’s changed Maintenance Add test for...

dependencies
javascript

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies
javascript

Bumps the github-actions group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 1 to 2 Release notes Sourced from softprops/action-gh-release's releases. v2.0.0 update actions.yml declaration to node20 to address warnings Changelog...

dependencies
github_actions

fixes https://github.com/FriendsOfREDAXO/installer-action/issues/160 ``` GET https://www.redaxo.org/de/ws/packages/multinewsletter/ { "error": "Die package.yml fehlt!" } ``` Es gibt Versionen ohne `package.yml` weshalb das parsing der YAML im Webservice fehlschlägt. Als Fallback nutzen wir die...

bug
question