Revert "Commit message here"

This reverts commit 450787df5a.
This commit is contained in:
Shakar 2023-09-19 11:32:03 +03:00
parent 5727bbc02c
commit 44b17fe49d
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -1 +1,22 @@
{"name":"docker-container-action","version":"1.1.0","description":"This action prints \"Hello World\" or \"Hello\" + the name of a person to greet to the log.","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"keywords":[],"author":"","license":"ISC","dependencies":{"@actions/core":"^1.10.0","@actions/github":"^5.1.1","@actions/io":"^1.1.3","axios":"^1.5.0","xml2js":"^0.6.2"},"devDependencies":{"@types/node":"^20.6.2"}}
{
"name": "docker-container-action",
"version": "1.0.0",
"description": "This action prints \"Hello World\" or \"Hello\" + the name of a person to greet to the log.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@actions/io": "^1.1.3",
"axios": "^1.5.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/node": "^20.6.2"
}
}