Skip to content

Commit

Permalink
Merge pull request #42 from emmanuelgautier/upgrade-cloudinary-depend…
Browse files Browse the repository at this point in the history
…ency

upgrade cloudinary dependency
  • Loading branch information
emmanuelgautier authored Sep 21, 2024
2 parents 396b6bd + 24aaa93 commit a638806
Show file tree
Hide file tree
Showing 7 changed files with 6,165 additions and 37,042 deletions.
43,117 changes: 6,151 additions & 36,966 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

26 changes: 0 additions & 26 deletions dist/licenses.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 5 additions & 19 deletions dist/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 6 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"homepage": "https://github.com/emmanuelgautier/cloudinary-upload-action#readme",
"dependencies": {
"@actions/core": "1.10.1",
"cloudinary": "1.27.1",
"cloudinary": "2.5.0",
"glob": "11.0.0",
"is-glob": "4.0.3"
},
Expand Down
3 changes: 1 addition & 2 deletions uploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ module.exports = function uploader(cloudName, apiKey, apiSecret, files) {
cloudinary.config({
cloud_name: cloudName,
api_key: apiKey,
api_secret: apiSecret,
secure: true
api_secret: apiSecret
});

const cloudinaryUploader = file => {
Expand Down

0 comments on commit a638806

Please sign in to comment.