Move to dagger org

This commit is contained in:
CrazyMax 2021-05-30 08:51:33 +02:00
parent 088e50caa7
commit d31a5c821f
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
12 changed files with 221 additions and 170 deletions

View file

@ -11,14 +11,20 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/crazy-max/dagger-action.git"
"url": "git+https://github.com/dagger/dagger-action.git"
},
"keywords": [
"actions",
"dagger"
],
"author": "CrazyMax",
"license": "MIT",
"author": "Dagger",
"contributors": [
{
"name": "CrazyMax",
"url": "https://crazymax.dev"
}
],
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.3.0",
"@actions/exec": "^1.0.4",