Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

Add team ID and await build parameters #4

Merged
merged 5 commits into from
Sep 18, 2020

Conversation

rihardsgravis
Copy link
Contributor

Copy link
Owner

@mskelton mskelton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few minor changes, but overall this looks awesome! Thanks for contributing!

README.md Outdated Show resolved Hide resolved
index.js Outdated Show resolved Hide resolved
index.js Outdated
Comment on lines 38 to 42
const awaitBuild = core.getInput("await-build")

if(awaitBuild && data.deployments[0].state !== "READY"){
throw Error("Deployment not yet ready")
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This logic could be moved to a helper function to be used in both places.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated in ec5b21c

Thank you for the initial work, this action has been really useful!

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Glad to hear it has been useful! There is nothing quite like the feeling of building an open source projects that other people find useful!

rihardsgravis and others added 3 commits September 18, 2020 15:59
Co-authored-by: Mark Skelton <mdskelton99@gmail.com>
Co-authored-by: Mark Skelton <mdskelton99@gmail.com>
Copy link
Owner

@mskelton mskelton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

@mskelton mskelton merged commit ba3742a into mskelton:master Sep 18, 2020
@mskelton
Copy link
Owner

I just published version 1.2.0 and updated the v1 tag so your changes are now live and ready to use!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants