Initiated the action. (#1)
All checks were successful
Try out action / Try action (push) Successful in 22s
Lint / pre-commit Lint (push) Successful in 41s

Reviewed-on: #1
Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
Co-committed-by: Philipp Horstenkamp <philipp@horstenkamp.de>
This commit was merged in pull request #1.
This commit is contained in:
2024-05-28 23:29:17 +02:00
committed by Philipp Horstenkamp
parent ef8c6de171
commit aa9afe998d
302 changed files with 38370 additions and 20 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "version-up-action",
"version": "0.1.0",
"description": "Checks for the highes possible downloadable url by exchangeing and increasing the version number.",
"main": "index.js",
"dependencies": {
"@actions/core": "^1.10.1"
}
}