Compare commits

...

1 Commits
main ... v9.1.1

Author SHA1 Message Date
Federico Grandi
61a88be553 9.1.1 2022-10-11 19:08:42 +02:00
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "add-and-commit", "name": "add-and-commit",
"version": "9.1.0", "version": "9.1.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "add-and-commit", "name": "add-and-commit",
"version": "9.1.0", "version": "9.1.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.10.0", "@actions/core": "^1.10.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "add-and-commit", "name": "add-and-commit",
"version": "9.1.0", "version": "9.1.1",
"private": true, "private": true,
"description": "Add & commit files from a path directly from GitHub Actions", "description": "Add & commit files from a path directly from GitHub Actions",
"main": "lib/index.js", "main": "lib/index.js",