Commit graph

14 commits

Author SHA1 Message Date
actions-bot
d498446f6f chore: build dist 2020-10-12 17:34:17 +00:00
Bharath KKB
724d5b64bb
fix: bump actions/core (#189) 2020-10-12 12:33:42 -05:00
actions-bot
ea3642e31b chore: build dist 2020-10-12 16:30:13 +00:00
Bharath KKB
11f1439978
feat: add build and release (#190) 2020-10-12 11:29:35 -05:00
dependabot[bot]
4d4b4ce8ab
Bump lodash from 4.17.15 to 4.17.19 in /setupGcloudSDK (#145)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-21 08:59:48 -04:00
dependabot[bot]
8976bd8322
Bump @actions/http-client from 1.0.6 to 1.0.8 in /setupGcloudSDK
Bumps [@actions/http-client](https://github.com/actions/http-client) from 1.0.6 to 1.0.8.
- [Release notes](https://github.com/actions/http-client/releases)
- [Changelog](https://github.com/actions/http-client/blob/master/RELEASES.md)
- [Commits](https://github.com/actions/http-client/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-05 22:46:00 +00:00
averikitsch
6f43ba5ebd fix stdin 2020-06-05 14:11:29 -07:00
averikitsch
b2d7bd8db7 update stdin 2020-06-05 13:56:35 -07:00
averikitsch
8d960deed6 Update ADC write and use stdin for auth 2020-06-05 13:52:34 -07:00
averikitsch
ca183e2e7d Update getProjectId 2020-05-07 11:43:59 -07:00
averikitsch
37da64059e Lint 2020-04-17 10:18:48 -07:00
averikitsch
7c22a653b7 Clean up 2020-04-17 10:14:59 -07:00
averikitsch
3e5706a919 Add setProject 2020-04-12 16:56:26 -07:00
averikitsch
d153f05d28 Add appengine-deploy action and refactor setup-gcloud
initial

Add test app and tests

add license

Update ReadMe and runner

Fix lint errors

Missed fixes

Update tests to run integration on PR

rename pkg -> setupGloudSDK

Update ts congig

Remove project id requirement

Update gcloud set project id func

Add unit tests for pkg

Add set project to action

rebuild

Fix gcloud typo

lint pkg and update project id dependency

Update tmp JSON writer

Add cleanup to integration tests

Update get input validation

fix json string

Fix test order and version name

add project id to test

remove clean up step

Update project url

Add no promote flag

test stderr vs stdout

Update pkg build

refactor setup-gcloud

clean up

Fix tool command for isAuthenticated

debugging

test command

Fix isInstalled method

Clean up
2020-04-12 16:23:05 -07:00