Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Reduce required input#5

Merged
matootie merged 8 commits intomasterfrom
feature/minimal-input
Dec 29, 2019
Merged

Reduce required input#5
matootie merged 8 commits intomasterfrom
feature/minimal-input

Conversation

@matootie
Copy link
Owner

@matootie matootie commented Dec 28, 2019

Closes #4

Addresses an issue in #3 mentioned here

Until then, I'll also have the action itself delete the docker config.json after the image is pushed, so that it will be gone and unavailable to other actions for the remainder of the job cycle.

 .github/workflows/test.yml | 21 ++++++++++-----------
 README.md                  | 21 +++++++++++----------
 action.yml                 | 34 +++++++++++++++++++---------------
 dist/index.js              | 18 +++++++++++++-----
 index.js                   | 18 +++++++++++++-----
 package.json               |  4 ++--
 6 files changed, 68 insertions(+), 48 deletions(-)
 action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 dist/index.js | 2 +-
 index.js      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 dist/index.js | 2 +-
 index.js      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 .github/workflows/test.yml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
 .github/workflows/test.yml | 5 ++++-
 dist/index.js              | 3 +--
 index.js                   | 3 +--
 3 files changed, 6 insertions(+), 5 deletions(-)
 dist/index.js | 6 ++++++
 index.js      | 6 ++++++
 2 files changed, 12 insertions(+)
@matootie matootie self-assigned this Dec 28, 2019
@matootie matootie added the enhancement New feature or request label Dec 28, 2019
 package-lock.json | 2 +-
 package.json      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
@matootie matootie merged commit 781d3c4 into master Dec 29, 2019
@matootie matootie deleted the feature/minimal-input branch December 29, 2019 00:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Require even less input

1 participant