Skip to content

Commit

Permalink
#3: Fix dependency location
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Sep 22, 2019
1 parent 40a1535 commit ce52d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
},
"homepage": "https://github.com/manusa/actions-publish-docker#readme",
"dependencies": {
"@actions/core": "^1.1.1"
"@actions/core": "^1.1.1",
"@actions/github": "^1.1.0"
},
"devDependencies": {
"@actions/github": "^1.1.0",
"chai": "^4.2.0",
"jest": "^24.9.0"
}
Expand Down
1 change: 0 additions & 1 deletion src/__tests__/load-inputs.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ describe('load-inputs module test suite', () => {
// Given
process.env = {
INPUT_NAME: 'name',
INPUT_TAG: 'tag',
INPUT_USERNAME: 'username',
INPUT_PASSWORD: 's3cr3t',
INPUT_REGISTRY: 'https://hub.marcnuri.com',
Expand Down

0 comments on commit ce52d7e

Please sign in to comment.